fix(ui): update z-index of choices__list--dropdown

This commit is contained in:
Simon Vieille 2023-01-08 18:07:54 +01:00
parent 3f4aeda307
commit bc1f8e7cf9

View file

@ -42,6 +42,7 @@ body {
.choices__list--dropdown {
display: none;
z-index: 3;
}
.choices__list--dropdown.is-active {