aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-24 19:56:02 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-24 19:56:02 -0400
commitf5b6837dba732780930594e76a3676a4264639d7 (patch)
tree554e8d67f962c0e1778e1a99b2f6729cf4948cdd /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
parent95efa332e0fd7ba9dfddf45c71f02a37052ca24e (diff)
fixed problems with PivotView -- docs that show up when they shouldn't and not being able to click the pivot background sometimes.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
index 4e4e85e13..60c39c825 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
@@ -13,6 +13,15 @@
border-radius: inherit;
}
+.collectionfreeformview-viewdef {
+ > .collectionFreeFormDocumentView-container {
+ pointer-events: none;
+ .contentFittingDocumentDocumentView-previewDoc {
+ pointer-events: all;
+ }
+ }
+}
+
.collectionfreeformview-ease {
transition: transform 500ms;
}