Skip to content

Commit

Permalink
fixed landing page anchor
Browse files Browse the repository at this point in the history
Signed-off-by: Trey <[email protected]>
  • Loading branch information
TreyWW committed Sep 29, 2024
1 parent 6f85ee3 commit 5eba30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/templates/pages/landing/landing_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
</div>
</div>
<div class="flex h-screen w-full bg-base-100"
<div class="flex h-[calc(100vh-5rem)] w-full bg-base-100"
:class="{ 'overflow-hidden': isSideMenuOpen}">
<main class="h-full w-full overflow-y-auto pb-16">
<div class="navbar-sticky">
Expand Down

0 comments on commit 5eba30a

Please sign in to comment.