diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-05-28 15:38:32 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-05-28 15:38:32 +0530 |
| commit | 28388e57564accf6ba3758b475144a78c2774458 (patch) | |
| tree | 2e65a75bdad2f99eb4ff7afd1cd94c4fe156c3e0 /src/client/views/collections/collectionGrid/CollectionGridView.scss | |
| parent | ab2a7c680ad2100582ac981a3aa2b05be73f0318 (diff) | |
css
Diffstat (limited to 'src/client/views/collections/collectionGrid/CollectionGridView.scss')
| -rw-r--r-- | src/client/views/collections/collectionGrid/CollectionGridView.scss | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/src/client/views/collections/collectionGrid/CollectionGridView.scss b/src/client/views/collections/collectionGrid/CollectionGridView.scss index 3e139ac97..b88721b4d 100644 --- a/src/client/views/collections/collectionGrid/CollectionGridView.scss +++ b/src/client/views/collections/collectionGrid/CollectionGridView.scss @@ -3,7 +3,26 @@ // overflow-y: auto; // } -.collectionView { - background-color: white; - overflow-y: scroll; +// .collectionView {// background-color: white; +// overflow-y: scroll; +// } + + +.collectionGridView_contents { + display: flex; + overflow: hidden; + width: 100%; + height: 100%; + flex-direction: column; +} + +.collectionGridView_contents .document-wrapper { + display: flex; + flex-direction: column; + width: 100%; + height: 100%; +} + +.react-grid-layout.layout { + height: 100% }
\ No newline at end of file |
