From 1bf1de8ce88b2d2a0bad6e6328d04e24f8986274 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Mon, 8 Nov 2021 16:13:44 +0100 Subject: [PATCH] :bug: Fix problem in viewer with dropdowns when comments active --- CHANGES.md | 1 + frontend/resources/styles/main/partials/comments.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9352eecfb..b41c87e1e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -25,6 +25,7 @@ - Fix max/min values for opacity fields [Taiga #2183](https://tree.taiga.io/project/penpot/issue/2183) - Fix viewer comment position when zoom applied [Taiga #2240](https://tree.taiga.io/project/penpot/issue/2240) - Remove change style on hover for options [Taiga #2172](https://tree.taiga.io/project/penpot/issue/2172) +- Fix problem in viewer with dropdowns when comments active [#1303](https://github.com/penpot/penpot/issues/1303) ### :arrow_up: Deps updates ### :heart: Community contributions by (Thank you!) diff --git a/frontend/resources/styles/main/partials/comments.scss b/frontend/resources/styles/main/partials/comments.scss index 87c0d1eb2..04fcc4583 100644 --- a/frontend/resources/styles/main/partials/comments.scss +++ b/frontend/resources/styles/main/partials/comments.scss @@ -336,7 +336,7 @@ .viewer-comments-container { width: 100%; height: 100%; - z-index: 1000; + z-index: 1; position: absolute; top: 0px; left: 0px;