fix: adjust top bar z-index

This commit is contained in:
Hakadao
2023-11-05 23:39:50 +08:00
parent db241b8446
commit 46bee21107

View File

@@ -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"
/>