mirror of
https://github.com/keven1024/015.git
synced 2026-06-08 21:34:33 +00:00
fix(front): update Navbar and default layout for improved sticky behavior and background image
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="flex flex-row bg-white/50 backdrop-blur-xl p-2 rounded-full gap-1"
|
||||
class="flex flex-row bg-white/50 backdrop-blur-xl p-2 rounded-full gap-1 sticky top-0 z-10"
|
||||
>
|
||||
<div
|
||||
v-for="item in routes"
|
||||
|
||||
Reference in New Issue
Block a user