fix sticky footer on log in page
This commit is contained in:
parent
9a9665f361
commit
b92c4cb84d
1 changed files with 2 additions and 2 deletions
|
@ -352,9 +352,9 @@ input[type="submit"].enabled {
|
|||
#body-login #header {
|
||||
padding-top: 100px;
|
||||
}
|
||||
/* Fix background gradient */
|
||||
#body-login {
|
||||
background-attachment: fixed;
|
||||
background-attachment: fixed; /* fix background gradient */
|
||||
height: 100%; /* fix sticky footer */
|
||||
}
|
||||
|
||||
/* Dark subtle label text */
|
||||
|
|
Loading…
Reference in a new issue