diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-30 21:51:01 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-30 21:51:01 -0400 |
| commit | e0375046dd873745f51263c215395843e7b6c2ce (patch) | |
| tree | 52e085050f3af8fe4832e5f172893848653ac001 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | 32ad476cb98d140586af8147c3d2431623325385 (diff) | |
| parent | 86e89178628a27a91665ad835046e536bdb89729 (diff) | |
merged with master
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index f9d786c9b..cb849b325 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -1,12 +1,4 @@ -@import "../../global_variables"; - -.collectionfreeformview-measure { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} +@import "../../globalCssVariables"; .collectionfreeformview-ease { position: absolute; @@ -15,11 +7,11 @@ width: 100%; height: 100%; transform-origin: left top; - transition: transform 2s; + transition: transform 1s; } .collectionfreeformview-none { - position: absolute; + position: inherit; top: 0; left: 0; width: 100%; @@ -29,7 +21,7 @@ .collectionfreeformview-container { .collectionfreeformview>.jsx-parser { - position: absolute; + position: inherit; height: 100%; width: 100%; } @@ -40,7 +32,6 @@ // linear-gradient(to bottom, $light-color-secondary 1px, transparent 1px); // background-size: 30px 30px; // } - box-shadow: $intermediate-color 0.2vw 0.2vw 0.8vw; border: 0px solid $light-color-secondary; border-radius: $border-radius; @@ -52,15 +43,17 @@ width: 100%; height: 100%; } + .collectionfreeformview-overlay { .collectionfreeformview>.jsx-parser { - position: absolute; + position: inherit; height: 100%; } .formattedTextBox-cont { background: $light-color-secondary; + overflow: visible; } opacity: 0.99; |
