Skip to content

Commit

Permalink
Fix createMenuPositionSidebar style
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Nov 22, 2023
1 parent 72e73ae commit 13d9b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,7 @@ const styles = (theme: ThemeColors) =>
createMenuPositionSidebar: (windowHeight: number) =>
({
horizontal: 18,
vertical: windowHeight - 75,
vertical: windowHeight - 87,
} satisfies AnchorPosition),

createMenuPositionProfile: (windowWidth: number) =>
Expand Down

0 comments on commit 13d9b14

Please sign in to comment.