From a301856c0de2e4035811cdc3c11d2c6facf0205a Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 30 Aug 2022 15:47:45 +0200 Subject: [PATCH] :bug: Fix path tools blocking elements underneath --- CHANGES.md | 1 + frontend/resources/styles/main/partials/workspace.scss | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d801c3758d..05a07bb9eb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,7 @@ ### :bug: Bugs fixed - Fix problem with multi-user text editing [Taiga #3446](https://tree.taiga.io/project/penpot/issue/3446) +- Fix path tools blocking elements underneath [#2050](https://github.com/penpot/penpot/issues/2050) ## 1.15.1-beta diff --git a/frontend/resources/styles/main/partials/workspace.scss b/frontend/resources/styles/main/partials/workspace.scss index 320c6f8d9f..1a1dec9054 100644 --- a/frontend/resources/styles/main/partials/workspace.scss +++ b/frontend/resources/styles/main/partials/workspace.scss @@ -352,9 +352,10 @@ $height-palette-max: 80px; position: absolute; width: 100%; z-index: 12; - pointer-events: initial; + pointer-events: none; .path-actions { + pointer-events: initial; display: flex; flex-direction: row; background: white;