Skip to content

Commit 5edf447

Browse files
author
Stefano Vavassori
committed
fix fluid-cursor
1 parent c382706 commit 5edf447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/components/cursor/common/fluid-cursor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const FluidCursor = () => {
99
}, []);
1010

1111
return (
12-
<div className='fixed top-0 left-0 z-2'>
12+
<div className='fixed top-0 left-0 z-2 pointer-events-none'>
1313
<canvas id='fluid' className='w-screen h-screen' />
1414
</div>
1515
);

0 commit comments

Comments
 (0)