We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3918465 commit f9e93dcCopy full SHA for f9e93dc
packages/docs/src/docs-components/Playground.tsx
@@ -71,7 +71,7 @@ const PlayGround: FC<PlaygroundProps> = ({
71
<Leva collapsed hidden/>
72
</div>
73
<div className="absolute w-screen h-screen top-0 -z-10 pointer-events-none" ref={resizeRef} >
74
- <Application usePhysics fillMode={FILLMODE_NONE} resolutionMode={RESOLUTION_AUTO} >
+ <Application usePhysics fillMode={FILLMODE_NONE} resolutionMode={RESOLUTION_AUTO} className="pointer-events-auto">
75
<ResizeHandler resizeRef={resizeRef}/>
76
<Suspense >
77
<Preview/>
0 commit comments