diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-06 17:59:15 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-06 17:59:15 -0500 |
| commit | f2d02089b6b749929b7fc3d522ac176b7f6027fd (patch) | |
| tree | c0e70d394e0069f43c1824c249d7a53a324f03a5 /src/client/views/collections/CollectionFreeFormView.scss | |
| parent | d724a248442184415d4591fedebe1060b3e12278 (diff) | |
fixed render size of pdfs & changed note backrounds contextually.
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionFreeFormView.scss | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss index f432e8cc3..fb9394d59 100644 --- a/src/client/views/collections/CollectionFreeFormView.scss +++ b/src/client/views/collections/CollectionFreeFormView.scss @@ -1,9 +1,35 @@ .collectionfreeformview-container { + .collectionfreeformview > .jsx-parser{ + position:absolute; + height: 100%; + } + + border-style: solid; + box-sizing: border-box; + position: relative; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow: hidden; + .collectionfreeformview { + position: absolute; + top: 0; + left: 0; + width:100%; + height: 100%; + } +} +.collectionfreeformview-overlay { + .collectionfreeformview > .jsx-parser{ position:absolute; height: 100%; } + .formattedTextBox-cont { + background:yellow; + } border-style: solid; box-sizing: border-box; @@ -18,7 +44,7 @@ top: 0; left: 0; width:100%; - height: 100% + height: 100%; } } |
