diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-25 11:55:59 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-25 11:55:59 -0400 |
| commit | 430dfa3afbfd38fe0db869b962da45903b888264 (patch) | |
| tree | 298b0d76135b041a1b4709e1cc6dc26f24cdc4ec /src/client/views/nodes/ImageBox.scss | |
| parent | 6a62e0a16abc3bbadfb179750463e3d361f1c759 (diff) | |
more event fixing. got rid of text box padding.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 96a724867..9fe211df0 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -8,6 +8,9 @@ max-height: 100%; pointer-events: none; } +.imageBox-cont-interactive { + pointer-events: all; +} .imageBox-dot { position:absolute; |
