fix: clickable

This commit is contained in:
Raj 2024-05-04 20:59:37 +05:30
parent 7504383a86
commit df7df796f2
1 changed files with 1 additions and 1 deletions

View File

@ -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, */}