aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DataVizBox.scss
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-11-06 18:36:18 -0500
committersrichman333 <sarah_n_richman@brown.edu>2023-11-06 18:36:18 -0500
commit7163062edec37cef9dd9ae6c123d987e83837463 (patch)
tree28dc478d525a4d42a7be8c530a6252cd75bafe6e /src/client/views/nodes/DataVizBox/DataVizBox.scss
parentc515eda623c7a440293acee6bbf1226b65ea0575 (diff)
annotations update!
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DataVizBox.scss11
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;