Putting background in Internet Explorer at correct position

This commit is contained in:
Christian Wolf 2017-12-05 22:38:08 +01:00
parent aa94f1db87
commit 089769e3e6

View File

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