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

View file

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