Skip to content

Commit

Permalink
Merge pull request #48 from ThatConference/cs/overflow
Browse files Browse the repository at this point in the history
fix: closes #46
  • Loading branch information
theClarkSell committed Sep 17, 2023
2 parents 5e056d0 + f2889d2 commit fa45ab3
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 fa45ab3

Please sign in to comment.