mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix horizontal scroll in viewer (#6347)
Some checks are pending
Commit Message Check / Check Commit Message (push) Waiting to run
Some checks are pending
Commit Message Check / Check Commit Message (push) Waiting to run
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user