From b8efd2518daa4be4b52ed508810bb10b8440616c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Torr=C3=B3?= Date: Fri, 9 Jan 2026 11:12:15 +0100 Subject: [PATCH] :bug: Fix invite members UI modal (#8032) --- frontend/src/app/main/ui/components/forms.scss | 3 ++- frontend/src/app/main/ui/dashboard/deleted.scss | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/main/ui/components/forms.scss b/frontend/src/app/main/ui/components/forms.scss index 6a81a0fcb9..6139098e5f 100644 --- a/frontend/src/app/main/ui/components/forms.scss +++ b/frontend/src/app/main/ui/components/forms.scss @@ -315,7 +315,8 @@ gap: deprecated.$s-4; max-height: deprecated.$s-136; padding: deprecated.$s-4 0; - overflow-y: scroll; + overflow-y: auto; + .selected-item { .around { @include deprecated.flexRow; diff --git a/frontend/src/app/main/ui/dashboard/deleted.scss b/frontend/src/app/main/ui/dashboard/deleted.scss index 989e350470..3d8d5bf8c7 100644 --- a/frontend/src/app/main/ui/dashboard/deleted.scss +++ b/frontend/src/app/main/ui/dashboard/deleted.scss @@ -51,10 +51,6 @@ padding: var(--sp-xxl) var(--sp-xxl) var(--sp-s) var(--sp-xxl); position: sticky; top: 0; - - // We need to use the the deprecated z-index so it won't clash with the dashboard - // onboarding modals - z-index: deprecated.$z-index-3; } .nav-inside {