* { transition: all .2s linear; } table { table-layout: fixed; width: 100%; } table, td, th { vertical-align: middle; border-spacing: 0; white-space: nowrap; } table th, table td { padding: 10px; border-bottom: 1px solid gray; text-align: center; } table tr { cursor: pointer; } table tr:hover { background-color: #e8e8e8; } table thead tr:hover { background-color: #ffffff; } tr td, tr th { overflow: hidden; text-overflow: ellipsis; } colgroup col:nth-child(1) { width: 40%; } colgroup col:nth-child(2) { width: 15%; } colgroup col:nth-child(3) { width: 30%; } colgroup col:nth-child(4) { width: 15%; } .drop { padding: 8px; min-height: calc(100vh - 16px); z-index: -1; } .delete { font-size: 20px; background-color: inherit; border: 0; z-index: 100; cursor: pointer; } .delete:hover { transform: scale(1.3); color: red; }