mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
🐛 Fix scroll on color picker modal
This commit is contained in:
parent
f683d65990
commit
6b3bfc85b3
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Fix scroll on color picker modal [Taiga #8353](https://tree.taiga.io/project/penpot/issue/8353)
|
||||
- Fix components are not dragged from the group to the assets tab [Taiga #8273](https://tree.taiga.io/project/penpot/issue/8273)
|
||||
|
||||
## 2.1.1
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
justify-content: space-between;
|
||||
overflow: auto;
|
||||
margin-top: $s-8;
|
||||
max-height: $s-168;
|
||||
}
|
||||
|
||||
.add-color-btn,
|
||||
|
|
Loading…
Add table
Reference in a new issue