style/menus: fix broken margin

This commit is contained in:
Adorian Doran 2025-12-25 10:31:00 +02:00
parent 9eedbb8cd5
commit 86c04cae96

View File

@ -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,