mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
editor: increase y-offset of table column properties menu so its visible in all cases (#1648)
This commit is contained in:
@@ -190,7 +190,7 @@ export function TableProperties(props: ToolProps) {
|
|||||||
target: buttonRef.current,
|
target: buttonRef.current,
|
||||||
isTargetAbsolute: true,
|
isTargetAbsolute: true,
|
||||||
location: "below",
|
location: "below",
|
||||||
yOffset: 5
|
yOffset: -25
|
||||||
}}
|
}}
|
||||||
items={items}
|
items={items}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user