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 54c5aff commit a59bac9Copy full SHA for a59bac9
devcon/src/components/domain/index/hero/Hero.tsx
@@ -203,7 +203,7 @@ export const Hero = (props: { ticketMode?: boolean; speakerMode?: boolean; name?
203
}`}
204
>
205
<motion.div
206
- className={`${css['devcon-7-background']} pointer-events-none ${!isVisible ? 'hidden' : ''}`}
+ className={`${css['devcon-7-background']} ${!isVisible ? 'hidden' : ''}`}
207
ref={backdropRef}
208
// initial={{ opacity: 1 }}
209
// animate={{ opacity: isVisible ? 1 : 0 }}
0 commit comments