Horizontal scroll on overflow of table
问题 I have a basic table in a container. The table will have about 25 columns. I am trying to add a horizontal scroll bar on overflow of the table and am having a really tough time. What is happening now, is the table cells are accommodating the cells contents by automatically adjusting the height of the cell and maintaining a fixed table width. I appreciate any suggestions on why my method is not working on how to fix this. Many thanks in advance! CSS .search-table-outter {margin-bottom:30px; }