cloudStack - fix a bug that the shadow between lightbox and main screen didnt' cover the whole screen when scrolling down the browser window.

This commit is contained in:
Jessica Wang 2011-09-09 16:48:13 -07:00
parent 6c30d748ab
commit 32f68c2b8c
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ a:hover {
#overlay_black{
display: block;
position: absolute;
position: fixed;
top: 0%;
left: 0%;
width: 100%;