aboutsummaryrefslogtreecommitdiff
path: root/src/client/views
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-09-06 17:46:02 -0400
committerbob <bcz@cs.brown.edu>2019-09-06 17:46:02 -0400
commitee8f7e6ff149defe919a5ac219ed700a4688b46c (patch)
tree4576cd1d99363ffc71c39ae6ced7c186579a01c0 /src/client/views
parent0d9133bbd8417e68dfd62706369067c1e2e30c97 (diff)
fixed image resizing within text
Diffstat (limited to 'src/client/views')
-rw-r--r--src/client/views/nodes/WebBox.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss
index 43220df71..fbe9bf063 100644
--- a/src/client/views/nodes/WebBox.scss
+++ b/src/client/views/nodes/WebBox.scss
@@ -30,6 +30,7 @@
width: 100%;
height: 100%;
position: absolute;
+ pointer-events: all;
}
.webBox-button {