mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 05:27:12 +02:00
🐛 Fix dropdown being cut off
This commit is contained in:
parent
08c8b938ae
commit
b9b66aee85
3 changed files with 33 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue