mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: adjust topbar z-index
This commit is contained in:
@@ -359,7 +359,7 @@ function handleBackToTop() {
|
||||
v-if="settings.isShowTopbar"
|
||||
:show-search-bar="activatedPage !== AppPage.Search"
|
||||
:show-topbar-mask="showTopbarMask && isTopbarFixed"
|
||||
pos="top-0 left-0" z-9999 w="[calc(100%-8px)]"
|
||||
pos="top-0 left-0" z-99 w="[calc(100%-8px)]"
|
||||
:style="{ position: isTopbarFixed ? 'fixed' : 'absolute' }"
|
||||
/>
|
||||
</Transition>
|
||||
|
||||
Reference in New Issue
Block a user