mirror of
https://github.com/penpot/penpot.git
synced 2025-05-07 09:25:54 +02:00
🐛 Hide horizontal scroll from dashboard sidebar
This commit is contained in:
parent
cc7f745a0a
commit
a7f6797499
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
- Fix opacity in frame containers [Github #5858](https://github.com/penpot/penpot/pull/5858)
|
- Fix opacity in frame containers [Github #5858](https://github.com/penpot/penpot/pull/5858)
|
||||||
- Avoid resizing on click [Taiga #10213](https://tree.taiga.io/project/penpot/issue/10213)
|
- Avoid resizing on click [Taiga #10213](https://tree.taiga.io/project/penpot/issue/10213)
|
||||||
|
- Hide horizontal scroll from dashboard sidebar [Taiga #10422](https://tree.taiga.io/project/penpot/issue/10422)
|
||||||
|
|
||||||
## 2.5.2
|
## 2.5.2
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
gap: $s-24;
|
gap: $s-24;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue