Overflow: Scrolling causes hidden columns of the table to not be rendered. What went wrong?
<p>I'm integrating react-grid into an existing flask application. In order to do this I have to compile the application using a custom webpack configuration. I am able to render the react component successfully, but when I use react-grid and apply overflow: scroll, only the visible part of the table is rendered and the rest of the scroll area remains blank. </p>
<p>Click here to view the gif of React Grid with overflow scrolling enabled</p>
<p>Click here to view the gif of React Grid without overflow scrolling</p>