always show the image in the middle of the screen, regardless of scrolling

remotes/origin/stable
Robin Appelman 14 years ago
parent cde38eb00a
commit e5816451c8
  1. 4
      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;

Loading…
Cancel
Save