diff --git a/CHANGES.md b/CHANGES.md index 59b183f61..cb8d554f4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -139,6 +139,7 @@ - Add placeholder to create shareable link - Fix project files count not refreshing correctly after import [Taiga #2216](https://tree.taiga.io/project/penpot/issue/2216) - Remove button after import process finish [Taiga #2215](https://tree.taiga.io/project/penpot/issue/2215) +- Fix problem with styles in the viewer [Taiga #2467](https://tree.taiga.io/project/penpot/issue/2467) ### :heart: Community contributions by (Thank you!) diff --git a/frontend/resources/styles/main/partials/viewer.scss b/frontend/resources/styles/main/partials/viewer.scss index c5fc1b30b..0c496877b 100644 --- a/frontend/resources/styles/main/partials/viewer.scss +++ b/frontend/resources/styles/main/partials/viewer.scss @@ -25,7 +25,6 @@ grid-template-columns: 1fr; justify-items: center; align-items: center; - overflow: hidden; .empty-state { justify-content: center;