mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Fix for small height
This commit is contained in:
@@ -225,11 +225,6 @@ ol#kc-totp-settings li:first-of-type {
|
||||
float: none;
|
||||
}
|
||||
|
||||
#kc-container-wrapper {
|
||||
position: inherit;
|
||||
float: none;
|
||||
}
|
||||
|
||||
#kc-form {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
@@ -253,4 +248,11 @@ ol#kc-totp-settings li:first-of-type {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 500px) {
|
||||
#kc-container-wrapper {
|
||||
position: inherit;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user