Skip to content

Commit

Permalink
set mini context menu unselectable
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jan 4, 2024
1 parent a015559 commit ffd4db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,7 @@ const createStyleUtils = (theme: ThemeColors, styles: ThemeStyles) => ({
...(isReportActionItemGrouped ? positioning.tn8 : positioning.tn4),
...positioning.r4,
...styles.cursorDefault,
...styles.userSelectNone,
position: 'absolute',
zIndex: 8,
}),
Expand Down

0 comments on commit ffd4db3

Please sign in to comment.