Putting background in Internet Explorer at correct position
This commit is contained in:
parent
aa94f1db87
commit
089769e3e6
@ -176,7 +176,7 @@ body
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#page-div
|
||||
#page-div, #page
|
||||
{
|
||||
min-height: calc( 100vh - 40px );
|
||||
}
|
||||
@ -188,9 +188,10 @@ body
|
||||
#page-bg
|
||||
{
|
||||
width: 1000px;
|
||||
height: calc( 100vh - 40px );
|
||||
height: calc( 100% - 40px );
|
||||
bottom: 0px;
|
||||
z-index: -9;
|
||||
left: calc( (100% - 1000px) / 2 );
|
||||
}
|
||||
|
||||
#left_side-image, #right_side-image
|
||||
|
Loading…
Reference in New Issue
Block a user