Skip to content

Commit dc86db7

Browse files
authored
Merge pull request #36 from atomiks/patch-3
2 parents b58eb4d + 5fb6a15 commit dc86db7

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)