Skip to content

Commit

Permalink
add overflow: auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Flick committed May 27, 2024
1 parent 47c5c50 commit 54d5ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/SidebarLayout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1 class="flex-none text-3xl font-extrabold my-[0.6rem]">
<a href="{base}/">The Beach Atlas</a>
</h1>
<div class="flex flex-col">
<div class="flex flex-col overflow-auto">
<slot name="sidebar"></slot>
</div>
</aside>
Expand Down

0 comments on commit 54d5ead

Please sign in to comment.