diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-06 16:04:04 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-06 16:04:04 -0500 |
| commit | 8597134b6ada1e57ae08d49e24c00d11f728ba90 (patch) | |
| tree | a02e3d7293df00d4da4c2f094e5e2426bf36153c /src/client/views/nodes/ImageBox.scss | |
| parent | 696d8c769424e4c5ff85147ecd60571a254527fd (diff) | |
restored isBackground for documents that don't want to respond to anything.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 43f4a0ba9..7bbf4a368 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -8,7 +8,7 @@ transform-origin: top left; .imageBox-fader { - pointer-events: all; + pointer-events: inherit; } } @@ -34,13 +34,12 @@ height: 100%; max-width: 100%; max-height: 100%; - pointer-events: none; + pointer-events: inherit; background: transparent; img { height: auto; width: 100%; - pointer-events: all; } } |
