-
-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Describe the bug
Table shadows are incorrectly set in Safari on iOS.
iOS may scroll the container to a negative value.
To Reproduce
just check mobile safari on iphone
Expected behavior
the Y shadow on top should turn off if y <= 0
Screenshots
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone15]
- OS: [e.g. iOS17.5]
- Browser [safari]
Additional context
It seems to be somewhere in the useDataTableInjectCssVariables hook -
function processScrolling() {
const newScrolledToTop = scrollTop === 0;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels