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