Merge branch 'master' of github.com:Choices-js/Choices

This commit is contained in:
Matt Triff 2022-01-11 20:24:30 -05:00
commit 96e4ac53d9
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 {