diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-29 14:37:26 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-29 14:37:26 -0400 |
| commit | da7a12f9b49b43534658524b1da846948fbf3947 (patch) | |
| tree | 25559e141c3b2c0540e3cd199e7eeda74377acda /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | 1bd678851632bbbb302363574eb5e3e19dc343e9 (diff) | |
fixed some bugs added some small features to histograms.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index 9c5e98005..215a75243 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -1,5 +1,15 @@ @import "../../global_variables"; +.collectionfreeformview { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + .inking-canvas { + transform-origin: 50000px 50000px; + } +} .collectionfreeformview-container { .collectionfreeformview > .jsx-parser { position: absolute; @@ -27,16 +37,6 @@ left: 0; width: 100%; height: 100%; - .collectionfreeformview { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - .inking-canvas { - transform-origin: 50000px 50000px; - } - } } .collectionfreeformview-overlay { .collectionfreeformview > .jsx-parser { |
