mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: adjust top bar z-index
This commit is contained in:
@@ -281,7 +281,7 @@ provide('activatedPage', activatedPage)
|
||||
<Transition name="topbar">
|
||||
<Topbar
|
||||
v-if="settings.isShowTopbar && !isHomePage"
|
||||
pos="top-0 left-0" z-99 w-full
|
||||
pos="top-0 left-0" z="99 hover:999" w-full
|
||||
:style="{ position: isTopbarFixed ? 'fixed' : 'absolute' }"
|
||||
:show-search-bar="!isSearchPage"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user