diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-13 00:01:49 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-13 00:01:49 -0400 |
| commit | f709ba0ba84ed057d06f9e9ab8a9315388e73c7e (patch) | |
| tree | fc87f183033087277b335f276844d8fc76715413 /src/client/views/nodes/ImageBox.scss | |
| parent | eb2957facbd14b2db8a980bd67e8a96ca1cc212e (diff) | |
cleaning up MainView
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 97d858f58..2b81c16c0 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -9,6 +9,10 @@ pointer-events: none; } +.imageBox-container { + border-radius: inherit; +} + .imageBox-cont-interactive { pointer-events: all; } |
