aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionGrid/CollectionGridView.scss
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-05-27 20:11:06 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-05-27 20:11:06 +0530
commitfb23850659dd6cc0b75d208168e25033096e07df (patch)
tree3446cfd32e045785b2c66bc6b8e8d5dc6f2f07ea /src/client/views/collections/collectionGrid/CollectionGridView.scss
parentf3e27cbe32b53de551ed90aab71085f343f7efd4 (diff)
changes
Diffstat (limited to 'src/client/views/collections/collectionGrid/CollectionGridView.scss')
-rw-r--r--src/client/views/collections/collectionGrid/CollectionGridView.scss19
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