fix: horizontal scrollbar display in search page

This commit is contained in:
Hakadao
2023-09-03 01:59:57 +08:00
parent 57d0bcfb99
commit 9ea182721f

View File

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