From c3e37b0e047b56c6d31496c1af5bcf3cd6d43dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Fri, 21 Jan 2022 16:35:30 +0100 Subject: [PATCH] :bug: Fix auto hide header in viewer full screen --- CHANGES.md | 1 + frontend/resources/styles/main/layouts/viewer.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index dc366100a..03db0201a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -71,6 +71,7 @@ - Display view mode buttons always centered in viewer [#Taiga 2466](https://tree.taiga.io/project/penpot/issue/2466) - Fix default profile image generation issue [Taiga #2601](https://tree.taiga.io/project/penpot/issue/2601) - Fix edit blur attributes for multiselection [Taiga #2625](https://tree.taiga.io/project/penpot/issue/2625) +- Fix auto hide header in viewer full screen [Taiga #2632](https://tree.taiga.io/project/penpot/issue/2632) ### :arrow_up: Deps updates diff --git a/frontend/resources/styles/main/layouts/viewer.scss b/frontend/resources/styles/main/layouts/viewer.scss index f935a0f8d..f1ad747b6 100644 --- a/frontend/resources/styles/main/layouts/viewer.scss +++ b/frontend/resources/styles/main/layouts/viewer.scss @@ -15,7 +15,7 @@ } } -.fullscreen .viewer-layout:not(.force-visible) { +.fullscreen.viewer-layout:not(.force-visible) { & .viewer-header { width: 100%; position: fixed;