aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-08-23 17:53:15 -0400
committerbob <bcz@cs.brown.edu>2019-08-23 17:53:15 -0400
commitdb44339760b07afeb0d383b44783ec96860bf51e (patch)
tree924c3882e9390ed53452e3909cfd57d9fc224a76
parent9fb7008b5cce6fd8973ec48cf6b067f3c4cfd363 (diff)
fixed imagebox overflow.
-rw-r--r--src/client/views/nodes/ImageBox.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss
index b1afa3f7d..00c069e1f 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -65,6 +65,7 @@
display:flex;
align-items: center;
height:100%;
+ overflow:hidden;
.imageBox-fadeBlocker {
width:100%;
height:100%;