Skip to content

Commit

Permalink
fix: closes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Sep 17, 2023
1 parent 5e056d0 commit f2889d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@
</div>
{/if}
</div>
<slot />
<div class="overflow-hidden">
<slot />
</div>
</div>
<style>
Expand Down

0 comments on commit f2889d2

Please sign in to comment.