diff --git a/frontend/pages/DashboardPage/_styles.scss b/frontend/pages/DashboardPage/_styles.scss index 93885eef5a..a7584b6fa4 100644 --- a/frontend/pages/DashboardPage/_styles.scss +++ b/frontend/pages/DashboardPage/_styles.scss @@ -63,6 +63,14 @@ &__platform_dropdown { width: 138px; + + .Select-menu-outer { + max-height: none; + + .Select-menu { + max-height: none; + } + } } &__section {