mirror of https://github.com/apache/cloudstack.git
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:
parent
6c30d748ab
commit
32f68c2b8c
|
|
@ -366,7 +366,7 @@ a:hover {
|
|||
|
||||
#overlay_black{
|
||||
display: block;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0%;
|
||||
left: 0%;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue