mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: horizontal scrollbar display in search page
This commit is contained in:
@@ -318,7 +318,7 @@ function handleBackToTop() {
|
||||
v-show="settings.isShowTopbar"
|
||||
:show-search-bar="activatedPage !== AppPage.Search"
|
||||
:show-topbar-mask="showTopbarMask"
|
||||
pos="absolute top-0 left-0" z-50
|
||||
pos="absolute top-0 left-0" z-50 w="[calc(100%-8px)]"
|
||||
/>
|
||||
</Transition>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user