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 33afca4 commit c51f2a1Copy full SHA for c51f2a1
packages/docs/docs-components/Playground.tsx
@@ -66,7 +66,7 @@ const PlayGround: FC<PlaygroundProps> = ({
66
<div id='leva-portal' className='h-0' onMouseMove={e => e.stopPropagation() } >
67
<Leva collapsed hidden/>
68
</div>
69
- <div className="absolute w-full h-full -z-10" ref={resizeRef} >
+ <div className="absolute w-full h-full -z-10 pointer-events-auto" ref={resizeRef} >
70
<Application usePhysics fillMode={FILLMODE_NONE} resolutionMode={RESOLUTION_AUTO} >
71
<ResizeHandler resizeRef={resizeRef}/>
72
<Suspense >
0 commit comments