aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-07-28 11:36:20 -0400
committerbobzel <zzzman@gmail.com>2023-07-28 11:36:20 -0400
commit4ee777d48da06ff8053d32e8bcb27ba344bdfe98 (patch)
treeb726e3cdfe8ca99ededd4f303d8a45f7d8219a1f /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss
parent7edcc150d013343cb7feca49ce43228b99e6c7e5 (diff)
parentef636fd670ba0f9786785e724ef4e88508ee2630 (diff)
Merge branch 'master' into james-azure-image
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss
index cb5cef29c..4ada1731f 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss
@@ -1,11 +1,13 @@
-.collectionfreeformlinksview-svgCanvas{
+// TODO: change z-index to -1 when a modal is active?
+
+.collectionfreeformlinksview-svgCanvas {
position: absolute;
top: 0;
left: 0;
- width: 100%;
+ width: 100%;
height: 100%;
pointer-events: none;
- }
- .collectionfreeformlinksview-container {
+}
+.collectionfreeformlinksview-container {
pointer-events: none;
- } \ No newline at end of file
+}