Fix teams modal only showing two options (#23889)

This commit is contained in:
Luke Heath
2024-11-20 11:13:46 -06:00
committed by GitHub
parent 6e5af7752a
commit 8d0cc970f4
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
margin-top: $pad-large;
font-size: $x-small;
max-height: 800px;
overflow-y: auto;
overflow: visible;
.input-field {
width: 100%;
@@ -225,6 +225,10 @@
animation: fade-in 150ms ease-out;
}
.Select-menu {
max-height: 190px;
}
.Select-noresults {
font-size: $x-small;
}