Skip to content

Commit a59bac9

Browse files
author
lassejaco
committed
fix parallax
1 parent 54c5aff commit a59bac9

File tree

1 file changed

+1
-1
lines changed
  • devcon/src/components/domain/index/hero

1 file changed

+1
-1
lines changed

devcon/src/components/domain/index/hero/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export const Hero = (props: { ticketMode?: boolean; speakerMode?: boolean; name?
203203
}`}
204204
>
205205
<motion.div
206-
className={`${css['devcon-7-background']} pointer-events-none ${!isVisible ? 'hidden' : ''}`}
206+
className={`${css['devcon-7-background']} ${!isVisible ? 'hidden' : ''}`}
207207
ref={backdropRef}
208208
// initial={{ opacity: 1 }}
209209
// animate={{ opacity: isVisible ? 1 : 0 }}

0 commit comments

Comments
 (0)