Skip to content

Commit c26120a

Browse files
authored
fix(core): bring back menu offset (#8327)
1 parent ec7c630 commit c26120a

File tree

1 file changed

+1
-0
lines changed
  • packages/frontend/component/src/ui/menu/desktop

1 file changed

+1
-0
lines changed

packages/frontend/component/src/ui/menu/desktop/root.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const DesktopMenu = ({
4242
desktopStyles.contentAnimation,
4343
className
4444
)}
45+
sideOffset={4}
4546
align="start"
4647
style={{ zIndex: 'var(--affine-z-index-popover)', ...contentStyle }}
4748
{...otherContentOptions}

0 commit comments

Comments
 (0)