.container { overflow: hidden; height: calc(100vh - 92px); width: 100%; .tableContainer { height: calc(100% - 45px); overflow: auto; position: relative; .tableC { padding: 0 16px; } } }