Skip to content

Commit

Permalink
problem: whole page scrolls instead of content areas
Browse files Browse the repository at this point in the history
  • Loading branch information
gsovereignty committed Sep 28, 2024
1 parent 7233cb4 commit aa78f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/SidePanelLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<Login />
</div>
</header>
<div class="flex flex-1 flex-col gap-4 overflow-auto">
<div class="flex flex-1 flex-col gap-4 overflow-hidden">
<slot name="content"></slot>
</div>
</div>
Expand Down

0 comments on commit aa78f6c

Please sign in to comment.