mirror of
https://github.com/penpot/penpot.git
synced 2025-04-05 11:31:35 -05:00
🐛 Fix layer panel overflowing
This commit is contained in:
parent
6a161267ba
commit
caf78a6b4d
2 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
- Fix components are not dragged from the group to the assets tab [Taiga #8273](https://tree.taiga.io/project/penpot/issue/8273)
|
||||
- Fix problem with SVG import [Github #4888](https://github.com/penpot/penpot/issues/4888)
|
||||
- Fix problem with overlay positions in viewer [Taiga #8464](https://tree.taiga.io/project/penpot/issue/8464)
|
||||
- Fix layer panel overflowing [Taiga #8665](https://tree.taiga.io/project/penpot/issue/8665)
|
||||
|
||||
## 2.1.5
|
||||
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
overflow-x: hidden;
|
||||
overflow-y: overlay;
|
||||
scrollbar-gutter: stable;
|
||||
max-width: var(--width);
|
||||
}
|
||||
|
||||
.pages-list {
|
||||
|
|
Loading…
Add table
Reference in a new issue