We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb7881 commit 22f9357Copy full SHA for 22f9357
src/components/splash.astro
@@ -5,7 +5,7 @@ const widths = [450, 800];
5
const sizes = "(min-width: 640px) 42vw, 67vw";
6
---
7
8
-<section class="image relative h-full bg-black">
+<section class="image relative h-full bg-black pointer-events-none">
9
<Starfield />
10
<div class="gradient relative z-20 grid h-full place-items-center">
11
<h2
0 commit comments