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 c382706 commit 5edf447Copy full SHA for 5edf447
registry/components/cursor/common/fluid-cursor.tsx
@@ -9,7 +9,7 @@ const FluidCursor = () => {
9
}, []);
10
11
return (
12
- <div className='fixed top-0 left-0 z-2'>
+ <div className='fixed top-0 left-0 z-2 pointer-events-none'>
13
<canvas id='fluid' className='w-screen h-screen' />
14
</div>
15
);
0 commit comments