fix(breadcrumbs): bottom gap caused by scrollbar in context menu

This commit is contained in:
Elian Doran 2025-12-24 17:45:45 +02:00
parent b5af513371
commit 502c896616
No known key found for this signature in database

View File

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