aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-23 09:38:37 -0400
committerbob <bcz@cs.brown.edu>2019-04-23 09:38:37 -0400
commitab63fdaa39699587d46fc869d3395bca88e15c96 (patch)
tree0a52ecc05bcfce55ed15d2258468bd08705e47a8 /src/client/views/nodes/ImageBox.scss
parentd3ef96c725761ec172271c314fbe95a962a2b396 (diff)
fixed video/image events with ink
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index f4b3837ff..db9a08fba 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -6,6 +6,10 @@
height: auto;
max-width: 100%;
max-height: 100%;
+ pointer-events: none;
+}
+.imageBox-cont-interactive {
+ pointer-events: all;
}
.imageBox-dot {