Merge pull request #3768 from ssilvert/otp-scrollbar
KEYCLOAK-3884: Another small tweak.
This commit is contained in:
commit
fe8e437e74
1 changed files with 2 additions and 2 deletions
|
@ -319,13 +319,13 @@ ol#kc-totp-settings li:first-of-type {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-height: 621px) {
|
||||
@media (min-height: 646px) {
|
||||
#kc-container-wrapper {
|
||||
bottom: 12%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 620px) {
|
||||
@media (max-height: 645px) {
|
||||
#kc-container-wrapper {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue