Add min-height to login page for IE8 and IE9

This commit is contained in:
Morris Jobke 2015-06-03 10:22:57 +02:00
parent 99c6f96c69
commit 49d6186714
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ select {
/* fix installation screen rendering issue for IE8+9 */
.lte9 #body-login {
min-height: 100%;
height: auto !important;
}