0
Fork 0
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:
Eva 2022-03-18 09:09:34 +01:00
parent 999af63118
commit 510d9ab4d8

View file

@ -344,6 +344,7 @@
justify-content: space-between;
margin-right: -8px;
max-height: 5.5rem;
overflow: auto;
}
.selected-colors::after {