mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Add min-height to login page for IE8 and IE9
This commit is contained in:
parent
99c6f96c69
commit
49d6186714
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ select {
|
|||
|
||||
/* fix installation screen rendering issue for IE8+9 */
|
||||
.lte9 #body-login {
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue