diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-06-04 22:20:57 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-06-04 22:20:57 +0200 |
commit | e5816451c855c8a6b8e28554dc4a787b028ffab6 (patch) | |
tree | e0ee2259e8769e6f8585f072b07aeb3a2e64d4e9 /apps/files_imageviewer/css | |
parent | cde38eb00a16461ed5bdd612c18b2d821ca5c2ca (diff) | |
download | nextcloud-server-e5816451c855c8a6b8e28554dc4a787b028ffab6.tar.gz nextcloud-server-e5816451c855c8a6b8e28554dc4a787b028ffab6.zip |
always show the image in the middle of the screen, regardless of scrolling
Diffstat (limited to 'apps/files_imageviewer/css')
-rw-r--r-- | apps/files_imageviewer/css/lightbox.css | 4 |
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; |