Skip to content
New issue

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

Investigate scrollbar positioning on tables #397

Open
ray-millward-tessella opened this issue Oct 5, 2018 · 1 comment
Open

Investigate scrollbar positioning on tables #397

ray-millward-tessella opened this issue Oct 5, 2018 · 1 comment

Comments

@ray-millward-tessella
Copy link
Collaborator

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.

@ray-millward-tessella
Copy link
Collaborator Author

It's possible to stop the vertical scrollbar appearing by adding this to index.css:

.ReactVirtualized__Table__Grid {
  overflow-y: hidden !important
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants