Describe the bug
The data grid always displayed a horizontal scrollbar even when the total column widths matched the grid width and no horizontal scrolling was needed.
How to reproduce
Just a normal install of the Data Grid component and stretchColumns set to true.
Link to reproduction
NA
Additional information
Can be fixed by adding: overflow-hidden to the Data Grid component on line 154.