aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ImageBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-11-27 09:39:19 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-11-27 09:39:19 -0500
commite5ba8e86b4da2af65bde85589baad5a6fae9f627 (patch)
treec0c3679fc5c194eec8ed5936d701b22cfe8d6d1a /src/client/views/nodes/ImageBox.scss
parent6cd6e035fc67812afd7a40f8abd0f07f8874f04a (diff)
fixes for fade image overlays
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
-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 96ea4d0d6..3b42c2352 100644
--- a/src/client/views/nodes/ImageBox.scss
+++ b/src/client/views/nodes/ImageBox.scss
@@ -112,6 +112,7 @@
.imageBox-fadeBlocker {
width: 100%;
height: 100%;
+ position: absolute;
background: black;
display: flex;
flex-direction: row;