diff --git a/frontend/components/TeamsDropdown/_styles.scss b/frontend/components/TeamsDropdown/_styles.scss index dcd9e2f218..fe036c926f 100644 --- a/frontend/components/TeamsDropdown/_styles.scss +++ b/frontend/components/TeamsDropdown/_styles.scss @@ -22,13 +22,14 @@ .Select-menu { padding-right: $pad-small; // moves scrollbar to edge of dropdown - padding-bottom: $pad-medium; + max-height: none; } .Select-menu-outer { position: absolute; width: 330px; min-width: 125px; + max-height: none; left: -12px; top: 36px; border-radius: 6px;