.collectionMulticolumnView_contents { display: flex; width: 100%; height: 100%; overflow: hidden; .fish { display: flex; flex-direction: column; .display { text-align: center; height: 20px; } } .spacer { background: black; cursor: ew-resize; opacity: 0.2; } }