mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 14:45:47 +01:00
parent
3d42067bbd
commit
75caa0b1f3
1 changed files with 5 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue