🐛 Fix invite members UI modal (#8032)

This commit is contained in:
Elena Torró 2026-01-09 11:12:15 +01:00 committed by GitHub
parent 7b2271ec38
commit b8efd2518d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View File

@ -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;

View File

@ -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 {