diff options
| author | eperelm2 <emily_perelman@brown.edu> | 2023-07-31 11:24:59 -0400 |
|---|---|---|
| committer | eperelm2 <emily_perelman@brown.edu> | 2023-07-31 11:24:59 -0400 |
| commit | ad9e20dbd54658a891e6f7180d65ebf456665a15 (patch) | |
| tree | 223e74b4da1927b49e8afd9f162a9b4d18e4e873 /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss | |
| parent | 9447ee01d501b3db69358b5b1526e640f2c54531 (diff) | |
| parent | a7fc6873a6a9faa7a2080bb0e689c3fa46bd2f7b (diff) | |
Merge branch 'master' into secondpropertiesmenu-emily
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss | 12 |
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 +} |
