KEYCLOAK-18980 Keycloak locale dropdown is active over whole form (#8561)
This commit is contained in:
parent
743abf0fb1
commit
0d478206eb
1 changed files with 6 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue