Fix for small height
This commit is contained in:
parent
df61879fb1
commit
67db515fe1
1 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue