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

This commit is contained in:
Robin Appelman 2011-06-04 22:20:57 +02:00
parent cde38eb00a
commit e5816451c8
1 changed files with 2 additions and 2 deletions

View File

@ -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;