There is a table with scrolling on flexbox. In the first column, the text outside the cell hides overflow: hidden .
When trying to wrap a table in an additional flex-direction: row container, in order to add a column to the height of the table, the table width is broken.
What is the error and how to fix it?