Merge pull request #3768 from ssilvert/otp-scrollbar

KEYCLOAK-3884: Another small tweak.
This commit is contained in:
Stan Silvert 2017-01-20 14:22:27 -05:00 committed by GitHub
commit fe8e437e74

View file

@ -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 {
}
}