Skip to content

Commit

Permalink
fix: issue #541 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetgurle authored Oct 14, 2023
1 parent 1f7119f commit 1086856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Hero() {
stretchY={0.2}
stretchZ={0.3}
highlight={false}
className="h-[calc(100vh_-_100px)] max-h-[calc(100svh_-_100px)] sm:h-[900px] w-full overflow-hidden relative"
className="h-[calc(100vh_-_100px)] max-h-[calc(100svh_-_100px)] sm:h-[900px] w-full overflow-hidden relative [&>span.atropos-scale]:pointer-events-none [&_span.atropos-rotate]:pointer-events-auto"
>
<Image
placeholder="blur"
Expand Down

0 comments on commit 1086856

Please sign in to comment.