mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 02:28:18 -05:00
🐛 Fix overflow in color picker
This commit is contained in:
parent
999af63118
commit
510d9ab4d8
1 changed files with 1 additions and 0 deletions
|
@ -344,6 +344,7 @@
|
|||
justify-content: space-between;
|
||||
margin-right: -8px;
|
||||
max-height: 5.5rem;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.selected-colors::after {
|
||||
|
|
Loading…
Add table
Reference in a new issue