style/breadcrumb: use scrollable dropdowns for note listings

This commit is contained in:
Adorian Doran 2025-12-22 02:24:34 +02:00
parent a867c646e4
commit af67a3ba11

View File

@ -193,6 +193,7 @@ function BreadcrumbSeparator(props: BreadcrumbSeparatorProps) {
noSelectButtonStyle noSelectButtonStyle
buttonClassName="icon-action" buttonClassName="icon-action"
hideToggleArrow hideToggleArrow
dropdownContainerClassName="tn-dropdown-menu-scrollable"
dropdownOptions={{ popperConfig: { strategy: "fixed", placement: "top" } }} dropdownOptions={{ popperConfig: { strategy: "fixed", placement: "top" } }}
> >
<BreadcrumbSeparatorDropdownContent {...props} /> <BreadcrumbSeparatorDropdownContent {...props} />