fix: clickable
This commit is contained in:
parent
7504383a86
commit
df7df796f2
|
@ -16,7 +16,7 @@ export default function Page() {
|
||||||
return (
|
return (
|
||||||
<main>
|
<main>
|
||||||
<div className="container py-12 max-w-xl">
|
<div className="container py-12 max-w-xl">
|
||||||
<div className="hero fixed top-0 left-0 w-full h-screen"></div>
|
<div className="hero pointer-events-none fixed top-0 left-0 w-full h-screen"></div>
|
||||||
{/* <GrainProvider */}
|
{/* <GrainProvider */}
|
||||||
{/* grain_options={{ */}
|
{/* grain_options={{ */}
|
||||||
{/* patternWidth: 200, */}
|
{/* patternWidth: 200, */}
|
||||||
|
|
Loading…
Reference in New Issue