mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 11:35:57 +01:00
-fixed: menu moving the sticky sidebar
Squash commits of branch bugfix/three-dot-menu-moves-repo-settings: - -fixed: menu moving the sticky sidebar - -added: changelog file Committed-by: Philipp Ahrendt <philipp.ahrendt@cloudogu.com> Co-authored-by: tzerr <thomas.zerr@cloudogu.com>
This commit is contained in:
2
gradle/changelog/menu_moving_sidebar.yaml
Normal file
2
gradle/changelog/menu_moving_sidebar.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
- type: fixed
|
||||||
|
description: menu moving the repository sidebar if open
|
||||||
@@ -193,7 +193,7 @@ const Menu: FC<Props> = ({ children, side, className, trigger = <DefaultMenuTrig
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<RadixMenu.Root open={dropdownOpen} onOpenChange={setDropdownOpen}>
|
<RadixMenu.Root open={dropdownOpen} onOpenChange={setDropdownOpen} modal={false}>
|
||||||
{trigger}
|
{trigger}
|
||||||
<RadixMenu.Portal>
|
<RadixMenu.Portal>
|
||||||
<MenuContent
|
<MenuContent
|
||||||
|
|||||||
Reference in New Issue
Block a user