.collectionMultirowView_contents { display: flex; overflow: hidden; width: 100%; height: 100%; flex-direction: column; .document-wrapper { display: flex; flex-direction: row; height: 100%; .label-wrapper { display: flex; flex-direction: row; justify-content: center; height: 20px; } } .multiRowResizer { cursor: ns-resize; transition: 0.5s opacity ease; display: flex; flex-direction: row; .multiRowResizer-hdl { width: 100%; height: 100%; transition: 0.5s background-color ease; } } }