From 94b5c980429e845c9bf1c4da1be3f8534b902bae Mon Sep 17 00:00:00 2001 From: Eva Date: Mon, 3 Jul 2023 12:56:35 +0200 Subject: [PATCH] :bug: Fix context menu outside screen --- CHANGES.md | 1 + frontend/resources/styles/main/partials/dashboard-team.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d3eefa8cb0..c978bec229 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,7 @@ - Fix allow team name to be all blank [Taiga #5527](https://tree.taiga.io/project/penpot/issue/5527) - Fix search font visualitation [Taiga #5523](https://tree.taiga.io/project/penpot/issue/5523) - Fix create and account only with spaces [Taiga #5518](https://tree.taiga.io/project/penpot/issue/5518) +- Fix context menu outside screen [Taiga #5524](https://tree.taiga.io/project/penpot/issue/5524) ### :arrow_up: Deps updates diff --git a/frontend/resources/styles/main/partials/dashboard-team.scss b/frontend/resources/styles/main/partials/dashboard-team.scss index 384b748edc..45ee9d6ecb 100644 --- a/frontend/resources/styles/main/partials/dashboard-team.scss +++ b/frontend/resources/styles/main/partials/dashboard-team.scss @@ -324,7 +324,7 @@ box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); z-index: 12; top: 30px; - left: 6px; + left: -151px; width: 155px; hr {