diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-23 09:38:37 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-23 09:38:37 -0400 |
| commit | ab63fdaa39699587d46fc869d3395bca88e15c96 (patch) | |
| tree | 0a52ecc05bcfce55ed15d2258468bd08705e47a8 /src/client/views/nodes/ImageBox.scss | |
| parent | d3ef96c725761ec172271c314fbe95a962a2b396 (diff) | |
fixed video/image events with ink
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 4 |
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 { |
