Fix teams modal only showing two options (#23889)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user