always show the image in the middle of the screen, regardless of scrolling
This commit is contained in:
parent
cde38eb00a
commit
e5816451c8
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue