Skip to content

Commit

Permalink
Revert changes to the top of search layout
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Oct 14, 2024
1 parent 785a220 commit 462a2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/layouts/search-layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ provide(ShowScrollButtonKey, showScrollButton)

<div
id="main-page"
class="main-page z-30 -mt-1 flex h-full w-full min-w-0 flex-col justify-between overflow-y-auto pt-1 md:z-auto md:mt-0 md:pt-0"
class="main-page flex h-full w-full min-w-0 flex-col justify-between overflow-y-auto"
>
<slot class="mt-1 md:mt-0" />
<slot />
<VFooter mode="content" class="border-t border-default bg-default" />
</div>

Expand Down

0 comments on commit 462a2d2

Please sign in to comment.