aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-04 10:36:09 -0500
committerbobzel <zzzman@gmail.com>2021-03-04 10:36:09 -0500
commit744dd170f0a4d4e4f2f83d763960edfd8cdb1924 (patch)
treee29d7e7986763550a95cbcda7a3613db20ef2ae5 /src/client/views/nodes/ImageBox.scss
parentfee3821a95072ae31dbe7d79ef9e032040ef7738 (diff)
more adjustments to fitwidth behavior - want things to scroll vertically when they are fit width (eg images)
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-rw-r--r--src/client/views/nodes/ImageBox.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index 6d60c70bf..2536dbe16 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -101,7 +101,7 @@
margin: 0 auto;
display: flex;
height: 100%;
- overflow: hidden;
+ overflow: auto;
.imageBox-fadeBlocker {
width: 100%;