diff options
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r-- | src/client/views/nodes/ImageBox.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 9fe211df0..2316a050e 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -10,6 +10,8 @@ } .imageBox-cont-interactive { pointer-events: all; + width:100%; + height:auto; } .imageBox-dot { |