summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 614fc085b..bbf36ea93 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -106,13 +106,13 @@ body.ios {
}
}
-.center-file-overlay {
- position: fixed;
+.file-overlay {
+ position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
- background-color: rgba(0, 0, 0, 0.8);
+ background-color: rgba(0, 0, 0, 0.6);
text-align: center;
color: #FFF;
display: table;