We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a78a3 commit 189c817Copy full SHA for 189c817
src/components/ContextMenu/ContextMenu.react.js
@@ -42,7 +42,7 @@ const MenuSection = ({ level, items, path, setPath, hide }) => {
42
const style = position
43
? {
44
left: position.x,
45
- top: position.y,
+ top: position.y + path[level] * 30,
46
maxHeight: '80vh',
47
overflowY: 'scroll',
48
opacity: 1,
0 commit comments