diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-20 23:39:47 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-20 23:39:47 -0400 |
| commit | 99cc00b9a0d83413acf99d8c1e9854484e831069 (patch) | |
| tree | 73d841858c3631a03c33ea90157924c1b71546a3 /src/client/views/nodes/ImageBox.scss | |
| parent | 1a0eef7c2590a10ca5407c8ade34f10c75308f80 (diff) | |
fixes to imagebox/keyvalue to get images to show up
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 2b81c16c0..c5265556e 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -11,6 +11,9 @@ .imageBox-container { border-radius: inherit; + width:100%; + height:100%; + position: absolute; } .imageBox-cont-interactive { |
