From 64c097761a9efedc512be61f1627e535330f6377 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Fri, 24 Nov 2023 22:42:01 +0800 Subject: [PATCH] fix: fix the bug where the groupheader drop-down menu may expand upwards --- client/web/src/components/SectionHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web/src/components/SectionHeader.tsx b/client/web/src/components/SectionHeader.tsx index 17ef5efa..d43e3b0f 100644 --- a/client/web/src/components/SectionHeader.tsx +++ b/client/web/src/components/SectionHeader.tsx @@ -19,7 +19,7 @@ export const SectionHeader: React.FC = React.memo( className="overflow-hidden" onOpenChange={setVisible} menu={props.menu} - placement="topRight" + placement="bottomRight" trigger={['click']} >