Add min-height to login page for IE8 and IE9
This commit is contained in:
parent
99c6f96c69
commit
49d6186714
|
@ -66,6 +66,7 @@ select {
|
||||||
|
|
||||||
/* fix installation screen rendering issue for IE8+9 */
|
/* fix installation screen rendering issue for IE8+9 */
|
||||||
.lte9 #body-login {
|
.lte9 #body-login {
|
||||||
|
min-height: 100%;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue