We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrollbars disappear when tables are too wide, we need to investigate if the scrollbar can be added to the parent component so it doesn't disappear.
The text was updated successfully, but these errors were encountered:
It's possible to stop the vertical scrollbar appearing by adding this to index.css:
.ReactVirtualized__Table__Grid { overflow-y: hidden !important }
Sorry, something went wrong.
No branches or pull requests
Scrollbars disappear when tables are too wide, we need to investigate if the scrollbar can be added to the parent component so it doesn't disappear.
The text was updated successfully, but these errors were encountered: