🐛 Fix dropdown being cut off

This commit is contained in:
Aitor 2024-02-09 15:33:13 +01:00 committed by Alonso Torres
parent 08c8b938ae
commit b9b66aee85
3 changed files with 33 additions and 1 deletions

View file

@ -51,6 +51,12 @@
border-top: $s-1 solid var(--dropdown-separator-color);
}
}
.custom-select-dropdown[data-direction="up"] {
bottom: $s-32;
top: auto;
}
.checked-element {
@extend .dropdown-element-base;
.icon {