gregnb / gregnb/mui-datatables
Scroll Full Height Overflow-Y: scroll not being set on MUIDataTable-responsiveScrollFullHeight-274
Open
bug
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
Table overflows parent div with `class="MUIDataTable-responsiveScrollFullHeight-274"`. Adding `overflow-y: scroll` to the element style fixes the issue.
## Expected Behavior
Table will be contained to parent div.
## Current Behavior
Table overflows parent div with `class="MUIDataTable-responsiveScrollFullHeight-274"`. Adding `overflow-y: scroll` to the element style fixes the issue.
## Steps to Reproduce (for bugs)
| Tech | Version |
|--------------|---------|
| Material-UI | 4.5.0 |
| MUI-datatables | 2.12.3 |
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.