gregnb / mui-datatables

Datatables for React using Material-UI
MIT License
2.71k stars 932 forks source link

Scroll Full Height Overflow-Y: scroll not being set on MUIDataTable-responsiveScrollFullHeight-274 #1063

Open kpervin opened 4 years ago

kpervin commented 4 years ago

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
gabrielliwerant commented 4 years ago

Hey @ShaggyKris, looks like a good find! Any interest in opening a PR for it?