🐛 Fix horizontal scroll in viewer (#6347)

This commit is contained in:
Alonso Torres 2025-04-22 21:03:45 +02:00 committed by GitHub
parent bd208c31e2
commit ee0f8ad19a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@
- Fix unexpected exception on template import from libraries - Fix unexpected exception on template import from libraries
- Fix incorrect uuid parsing from different parts of code - 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 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 ## 2.6.1

View file

@ -117,6 +117,7 @@
padding-right: 0 $s-8 $s-40 $s-8; padding-right: 0 $s-8 $s-40 $s-8;
transition: transform 400ms ease 300ms; transition: transform 400ms ease 300ms;
z-index: $z-index-2; z-index: $z-index-2;
pointer-events: none;
} }
.reset-button { .reset-button {