You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@arjendevos Thank you for sharing the workaround. If you think there's a way to fix this inside the component, please submit a PR. I'm not aware of a way to do that.
My workaround:
for vertical borders: setting increaseViewportBy={{ top: 50 }}
for bottom border: setting box-shadow: inset 0px -1.5px 0px 0px lightgray; for the th
Describe the bug
You can actually see it in this: https://virtuoso.dev/table-fixed-headers/
When you scroll the border get's overlapped or dissappears.
My example:
Midway scroll:
Scrolling the border to the top:
The border somehow scroll with the entire table but the fixed header stays. I've looked in the code but can't really pinpoint where this is happening.
The text was updated successfully, but these errors were encountered: