aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files_imageviewer/css/lightbox.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_imageviewer/css/lightbox.css b/apps/files_imageviewer/css/lightbox.css
index 225b11ff9a2..d5a1c335146 100644
--- a/apps/files_imageviewer/css/lightbox.css
+++ b/apps/files_imageviewer/css/lightbox.css
@@ -1,5 +1,5 @@
#lightbox_overlay{
- position:absolute;
+ position:fixed;
height:100%;
width:100%;
top:0px;
@@ -11,7 +11,7 @@
}
#lightbox{
- position:absolute;
+ position:fixed;
max-height:90%;
max-width:90%;
top:10px;