KEYCLOAK-16898 Locale dropdown is broken in IE11 (#7808)
This commit is contained in:
parent
5f551e018d
commit
f203e4808d
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,8 @@ h1#kc-page-title {
|
|||
}
|
||||
|
||||
#kc-locale ul {
|
||||
background-color: #FFF;
|
||||
background-color: var(--pf-global--BackgroundColor--100);
|
||||
display: none;
|
||||
top: 20px;
|
||||
min-width: 100px;
|
||||
|
|
Loading…
Reference in a new issue