.overview { position: fixed; overflow-y: scroll; overflow-x: hidden; bottom: 20px; width: 100%; padding-left: 50px; padding-top: 190px; margin-left: 10px; height: 100vh; } .trash { cursor: pointer; } .table { overflow-wrap: break-word; table-layout: fixed; } .table-container { margin-top: 10px; overflow-x: auto; } .table-head { background: #222222; color: white; } .cell-outline { outline: 1px solid #D4D4D4; }