Skip to content

Commit

Permalink
fix sidebar shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Flick committed May 27, 2024
1 parent 534850d commit c6b780a
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 @@ -3,7 +3,7 @@
</script>

<div class="max-w-full lg:grid lg:grid-cols-[320px_1fr]">
<aside class="px-4 lg:h-screen shadow-[0_.5rem_1rem_rgba(0,0,0,.5)] flex flex-col">
<aside class="px-4 lg:h-screen shadow-[0_.5rem_1rem_rgba(0,0,0,.5)] flex flex-col z-10">
<h1 class="flex-none text-3xl font-extrabold my-[0.6rem]">
<a href="{base}/">The Beach Atlas</a>
</h1>
Expand Down

0 comments on commit c6b780a

Please sign in to comment.