KEYCLOAK-18980 Keycloak locale dropdown is active over whole form (#8561)

This commit is contained in:
Martin Bartoš 2021-11-23 02:20:37 +01:00 committed by GitHub
parent 743abf0fb1
commit 0d478206eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,8 +172,12 @@ h1#kc-page-title {
padding: 0;
}
#kc-locale:hover ul {
display: block;
#kc-locale-dropdown{
display: inline-block;
}
#kc-locale-dropdown:hover ul {
display:block;
}
/* IE compatibility */