diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-29 20:32:39 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-29 20:32:39 -0400 |
| commit | 08849062e84087ac24031944af8697c87d7d183c (patch) | |
| tree | 4e21bbc4fa144ab5e5a17bdfbeea87b729ff091a /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | 986595be59e714de4fe6c677dcace3c3f402ac82 (diff) | |
| parent | 3da71792a339536118b7af7cfe0529201a45c64e (diff) | |
Merge branch 'master' into presentation_view
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index 392bd514f..67a0e532c 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -1,11 +1,4 @@ @import "../../globalCssVariables"; -.collectionfreeformview-measure { - position: inherit; - top: 0; - left: 0; - width: 100%; - height: 100%; - } .collectionfreeformview { position: inherit; top: 0; @@ -13,6 +6,7 @@ width: 100%; height: 100%; transform-origin: left top; + pointer-events: none; } .collectionfreeformview-container { .collectionfreeformview > .jsx-parser { @@ -52,7 +46,7 @@ } opacity: 0.99; - border-width: 0; + border-width: 0; border-color: transparent; border-style: solid; border-radius: $border-radius; |
