mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 10:51:37 +02:00
🐛 Fix horizontal scroll in viewer (#6347)
This commit is contained in:
parent
bd208c31e2
commit
ee0f8ad19a
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
- Fix unexpected exception on template import from libraries
|
||||
- Fix incorrect uuid parsing from different parts of code
|
||||
- Fix update layout on component restore [Taiga #10637](https://tree.taiga.io/project/penpot/issue/10637)
|
||||
- Fix horizontal scroll in viewer [Github #6290](https://github.com/penpot/penpot/issues/6290)
|
||||
|
||||
## 2.6.1
|
||||
|
||||
|
|
|
@ -117,6 +117,7 @@
|
|||
padding-right: 0 $s-8 $s-40 $s-8;
|
||||
transition: transform 400ms ease 300ms;
|
||||
z-index: $z-index-2;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.reset-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue