Skip to content

Commit 5fb6a15

Browse files
authored
fix: remove scrollable prop for followCursor demo
1 parent b58eb4d commit 5fb6a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Demos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export const VirtualElementDemo = () => {
248248
});
249249

250250
return (
251-
<ClippingParent scrollable>
251+
<ClippingParent>
252252
<Tooltip ref={popper}>Tooltip</Tooltip>
253253
</ClippingParent>
254254
);

0 commit comments

Comments
 (0)