From a2c9d307df93b26c5d1d05b9fa6d316ee3251e57 Mon Sep 17 00:00:00 2001 From: Alonso Torres Date: Mon, 5 May 2025 08:54:05 +0200 Subject: [PATCH] :bug: Fix problem in viewer with the back button (#6385) --- CHANGES.md | 1 + frontend/src/app/main/ui/viewer.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 459417162e..0498089788 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,6 +17,7 @@ - Duplicate token sets [Taiga #10694](https://tree.taiga.io/project/penpot/issue/10694) - Add set selection in create Token themes flow [Taiga #10746](https://tree.taiga.io/project/penpot/issue/10746) - Display indicator on not active sets [Taiga #10668](https://tree.taiga.io/project/penpot/issue/10668) +- Fix problem in viewer with the back button [Taiga #10907](https://tree.taiga.io/project/penpot/issue/10907) ### :bug: Bugs fixed diff --git a/frontend/src/app/main/ui/viewer.scss b/frontend/src/app/main/ui/viewer.scss index 31194da31b..2ece31cd85 100644 --- a/frontend/src/app/main/ui/viewer.scss +++ b/frontend/src/app/main/ui/viewer.scss @@ -127,6 +127,7 @@ width: $s-28; margin-left: $s-8; background-color: var(--viewer-controls-background-color); + pointer-events: all; svg { @extend .button-icon; stroke: var(--icon-foreground);