.collectionGridView-contents { display: flex; overflow: hidden; width: 100%; height: 100%; flex-direction: column; } // .documentDecorations-container .documentDecorations-resizer { // pointer-events: none; // } // #documentDecorations-bottomRightResizer, // #documentDecorations-bottomLeftResizer, // #documentDecorations-topRightResizer, // #documentDecorations-topLeftResizer { // visibility: collapse; // } .collectionGridView-contents .collectionGridView-gridContainer { height: 100%; overflow-y: auto; background-color: white; } /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance: textfield; }