mirror of
https://github.com/penpot/penpot.git
synced 2026-05-15 13:04:25 +00:00
🐛 Fix layer panel overflowing
This commit is contained in:
parent
6a161267ba
commit
caf78a6b4d
@ -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…
x
Reference in New Issue
Block a user