diff --git a/apps/client/src/stylesheets/theme-next/base.css b/apps/client/src/stylesheets/theme-next/base.css index 7e886d432..7f152e3c9 100644 --- a/apps/client/src/stylesheets/theme-next/base.css +++ b/apps/client/src/stylesheets/theme-next/base.css @@ -131,7 +131,7 @@ body.backdrop-effects-disabled { .dropdown-menu.tn-dropdown-menu-scrollable { /* Note: scrollable dropdowns does not support submenus */ max-height: 90vh; - overflow: scroll; + overflow: auto; } body.desktop .dropdown-menu::before,