Skip to content

Commit 00d134c

Browse files
committed
fix: hover body overlapping
1 parent 739f495 commit 00d134c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/components/DndEditorMenu.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ const useStyles = makeStyles(({ spacing, zIndex }: Theme) => ({
1313
padding: spacing(4, 0)
1414
},
1515
popper: {
16-
zIndex: zIndex.tooltip,
17-
marginLeft: -140
16+
zIndex: zIndex.tooltip
1817
}
1918
}))
2019

0 commit comments

Comments
 (0)