Skip to content

Commit f9e93dc

Browse files
committed
Fixes pointer events in docs
1 parent 3918465 commit f9e93dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/docs-components/Playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const PlayGround: FC<PlaygroundProps> = ({
7171
<Leva collapsed hidden/>
7272
</div>
7373
<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} >
74+
<Application usePhysics fillMode={FILLMODE_NONE} resolutionMode={RESOLUTION_AUTO} className="pointer-events-auto">
7575
<ResizeHandler resizeRef={resizeRef}/>
7676
<Suspense >
7777
<Preview/>

0 commit comments

Comments
 (0)