Fix compatibility with Internet Explorer 11
This commit is contained in:
Karsten Müller 2022-01-10 10:56:10 +01:00
parent 3d42067bbd
commit 75caa0b1f3
1 changed files with 5 additions and 1 deletions

View File

@ -40,7 +40,7 @@ $choices-z-index: 1;
}
&.is-open {
overflow: initial;
overflow: visible;
}
&.is-disabled {
@ -191,6 +191,10 @@ $choices-z-index: 1;
margin: 0;
padding-left: 0;
list-style: none;
&[aria-expanded] {
@extend .choices__list--dropdown;
}
}
.#{$choices-selector}__list--single {