diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-05-27 20:11:06 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-05-27 20:11:06 +0530 |
| commit | fb23850659dd6cc0b75d208168e25033096e07df (patch) | |
| tree | 3446cfd32e045785b2c66bc6b8e8d5dc6f2f07ea /src/client/views/collections/collectionGrid/CollectionGridView.scss | |
| parent | f3e27cbe32b53de551ed90aab71085f343f7efd4 (diff) | |
changes
Diffstat (limited to 'src/client/views/collections/collectionGrid/CollectionGridView.scss')
| -rw-r--r-- | src/client/views/collections/collectionGrid/CollectionGridView.scss | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/src/client/views/collections/collectionGrid/CollectionGridView.scss b/src/client/views/collections/collectionGrid/CollectionGridView.scss index 8f12c1a24..4ad3d7015 100644 --- a/src/client/views/collections/collectionGrid/CollectionGridView.scss +++ b/src/client/views/collections/collectionGrid/CollectionGridView.scss @@ -1,14 +1,9 @@ -.collectionGridView_contents { - display: flex; - overflow: hidden; - width: 100%; - height: 100%; - flex-direction: column; +// .react-grid-layout.layout { + // // max-height: 100%;// min-height: 100%; + // overflow-y: auto; + // } - .document-wrapper { - display: flex; - flex-direction: column; - width: 100%; - height: 100%; - } +.collectionView { + background-color: white; + overflow-y: scroll; }
\ No newline at end of file |
