Skip to content

Commit 80cb0e0

Browse files
committed
Update background blur stack order
1 parent 25c14d8 commit 80cb0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let bg
1313
<div class="relative grid min-h-[100svh]">
1414
<ObserveIntersection once element={bg} let:intersecting>
1515
<div
16-
class="bg absolute inset-0 -z-[1]"
16+
class="bg pointer-events-none absolute inset-0"
1717
class:opacity-0={!intersecting}
1818
bind:this={bg}
1919
/>

0 commit comments

Comments
 (0)