diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-11-06 18:36:18 -0500 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-11-06 18:36:18 -0500 |
| commit | 7163062edec37cef9dd9ae6c123d987e83837463 (patch) | |
| tree | 28dc478d525a4d42a7be8c530a6252cd75bafe6e /src/client/views/nodes/DataVizBox/DataVizBox.scss | |
| parent | c515eda623c7a440293acee6bbf1226b65ea0575 (diff) | |
annotations update!
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/DataVizBox.scss | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.scss b/src/client/views/nodes/DataVizBox/DataVizBox.scss index 84d4b21a6..a3132dc6e 100644 --- a/src/client/views/nodes/DataVizBox/DataVizBox.scss +++ b/src/client/views/nodes/DataVizBox/DataVizBox.scss @@ -1,4 +1,4 @@ -.dataviz { +.dataViz-box { overflow: auto; height: 100%; width: 100%; @@ -38,6 +38,15 @@ .button-container { pointer-events: unset; } + + .dataVizBox-annotationLayer{ + position: absolute; + transform-origin: left top; + top: 0; + width: 100%; + pointer-events: none; + mix-blend-mode: multiply; + } } .start-message { margin: 10px; |
