Skip to content

Commit

Permalink
Fix teams modal only showing two options (#23889) (#24080)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeheath authored Nov 22, 2024
1 parent e439a89 commit e18729c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Modal/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
margin-top: $pad-large;
font-size: $x-small;
max-height: 800px;
overflow-y: auto;
overflow: visible;

.input-field {
width: 100%;
Expand Down
4 changes: 4 additions & 0 deletions frontend/components/forms/fields/Dropdown/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@
animation: fade-in 150ms ease-out;
}

.Select-menu {
max-height: 190px;
}

.Select-noresults {
font-size: $x-small;
}
Expand Down

0 comments on commit e18729c

Please sign in to comment.