From e9fa04dd1b39d67b033bc26ff8f95b60faec4e98 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 4 Jan 2022 15:19:05 +0100 Subject: [PATCH] :bug: Fix problem with styles in the viewer --- CHANGES.md | 1 + frontend/resources/styles/main/partials/viewer.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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;