.container { overflow: hidden; height: 100%; width: 100%; .tableContainer { width: 100%; height: 100%; overflow: auto; position: relative; .tableC { padding: 0 16px; } .rowClassName{ border: 1px solid black; } } }