mirror of
https://github.com/zadam/trilium.git
synced 2026-01-06 14:44:25 +01:00
style/breadcrumb: use scrollable dropdowns for note listings
This commit is contained in:
parent
a867c646e4
commit
af67a3ba11
@ -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} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user