mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02: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;
|
justify-content: space-between;
|
||||||
margin-right: -8px;
|
margin-right: -8px;
|
||||||
max-height: 5.5rem;
|
max-height: 5.5rem;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected-colors::after {
|
.selected-colors::after {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue