Skip to content

Commit

Permalink
fix: fix the bug where the groupheader drop-down menu may expand upwards
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Nov 24, 2023
1 parent 18ae4c4 commit 64c0977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/web/src/components/SectionHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const SectionHeader: React.FC<SectionHeaderProps> = React.memo(
className="overflow-hidden"
onOpenChange={setVisible}
menu={props.menu}
placement="topRight"
placement="bottomRight"
trigger={['click']}
>
<div
Expand Down

0 comments on commit 64c0977

Please sign in to comment.