🐛 Fix invite members UI modal

This commit is contained in:
Elena Torro 2026-01-07 17:12:30 +01:00
parent 952f622ce9
commit fcd461a1cb
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 {