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 fbfbe93 commit 2bf7c27Copy full SHA for 2bf7c27
README.md
@@ -75,7 +75,7 @@ return (
75
Render an element or put your content directly here…
76
</Overflow.Content>
77
</Overflow>
78
- {canScrollDown ? '👇' : '🌈'}
+ {canScroll ? '👇' : '🌈'}
79
</>
80
);
81
```
0 commit comments