diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2020-07-17 14:45:31 +0800 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2020-07-17 14:45:31 +0800 |
| commit | fc136d87a5c837c9863ca892c0595d3b35a32d18 (patch) | |
| tree | b1d5c0ef8d2daee6bf35365827c19c2212401d12 /src/client/views/collections/collectionGrid/CollectionGridView.scss | |
| parent | ae47181bab9bdaa104dc417c4493bc1a0e52eea1 (diff) | |
| parent | 60819bced2eb67282b77e25c77939dd45d01e7d8 (diff) | |
Merge branch 'master' into presentation_updates
Diffstat (limited to 'src/client/views/collections/collectionGrid/CollectionGridView.scss')
| -rw-r--r-- | src/client/views/collections/collectionGrid/CollectionGridView.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionGrid/CollectionGridView.scss b/src/client/views/collections/collectionGrid/CollectionGridView.scss index 9c2d5cbff..4d8473be9 100644 --- a/src/client/views/collections/collectionGrid/CollectionGridView.scss +++ b/src/client/views/collections/collectionGrid/CollectionGridView.scss @@ -8,7 +8,6 @@ .collectionGridView-gridContainer { height: 100%; overflow-y: auto; - background-color: white; overflow-x: hidden; display: flex; @@ -22,7 +21,7 @@ } .react-grid-layout { - width : 100%; + width: 100%; } .react-grid-item>.react-resizable-handle { |
