diff options
| author | bob <bcz@cs.brown.edu> | 2019-02-13 17:02:23 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-02-13 17:02:23 -0500 |
| commit | 3f98d6ec6050e7faa15179871f0d9669c1188a78 (patch) | |
| tree | b7190408a4b76dbdd1821e7ea2324a33dc219515 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | c1b556748df727e9c4d92db74adddf51adea637e (diff) | |
cool, something worked. panes resize properly now.
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 37efc6b6c..633e3ca1b 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -6,7 +6,10 @@ width: 100%; height: 100%; .collectionfreeformview-container { - border-width: 0px !important + border-width: 0px; + .collectionfreeformview > .jsx-parser{ + position:absolute + } } .imageBox-cont { position:relative; @@ -44,9 +47,7 @@ object-fit: contain; height: 100% } - .documentView-node { - width:100% !important; - height:100% !important; + .documentView-node:first-child { background: grey; .imageBox-cont img { object-fit: contain; |
