mirror of
https://github.com/zadam/trilium.git
synced 2026-08-31 05:17:41 +02:00
chore(launch_bar): add backdrop on mobile for dropdown menus
This commit is contained in:
@@ -49,6 +49,7 @@ export function LaunchBarDropdownButton({ children, icon, dropdownOptions, ...pr
|
||||
placement: isHorizontalLayout ? "bottom" : "right"
|
||||
}
|
||||
}}
|
||||
mobileBackdrop
|
||||
{...props}
|
||||
>{children}</Dropdown>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user