🐛 Fix hidden button in subscribe modal when there is a large number of teams (#7061)

This commit is contained in:
Marina López
2025-08-04 13:16:58 +02:00
committed by GitHub
parent e730200873
commit ded8e39e73

View File

@@ -251,6 +251,8 @@
list-style-type: disc; list-style-type: disc;
margin-inline-start: var(--sp-xl); margin-inline-start: var(--sp-xl);
margin-block: var(--sp-xxl); margin-block: var(--sp-xxl);
max-height: $s-216;
overflow-y: auto;
} }
.input-field { .input-field {