From 86c04cae96d024cd15ec54e926b54768f44016e6 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 25 Dec 2025 10:31:00 +0200 Subject: [PATCH] style/menus: fix broken margin --- apps/client/src/stylesheets/theme-next/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,