chore: update menu placement (#2183)

This commit is contained in:
JimmFly
2023-04-28 13:40:37 +08:00
committed by GitHub
parent b3c1434055
commit b6ca2aa063
8 changed files with 9 additions and 9 deletions
@@ -104,7 +104,7 @@ export const OperationCell: React.FC<OperationCellProps> = ({
<FlexWrapper alignItems="center" justifyContent="center">
<Menu
content={OperationMenu}
// placement="bottom-end"
placement="bottom"
disablePortal={true}
trigger="click"
>