editor: increase y-offset of table column properties menu so its visible in all cases (#1648)

This commit is contained in:
Muhammad Ali
2023-01-13 17:38:36 +05:00
committed by GitHub
parent a84611d5ee
commit 59a25610e3

View File

@@ -190,7 +190,7 @@ export function TableProperties(props: ToolProps) {
target: buttonRef.current,
isTargetAbsolute: true,
location: "below",
yOffset: 5
yOffset: -25
}}
items={items}
/>