Skip to content

Commit

Permalink
Merge pull request #22268 from ginsuma/fix/19836
Browse files Browse the repository at this point in the history
  • Loading branch information
flodnv authored Jul 11, 2023
2 parents e5b7e3a + f31a2b6 commit a047b88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/getReportActionContextMenuStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const miniWrapperStyle = [
borderRadius: variables.buttonBorderRadius,
borderWidth: 1,
borderColor: themeColors.border,
// In Safari, when welcome messages use a code block (triple backticks), they would overlap the context menu below when there is no scrollbar without the transform style.
transform: 'translateZ(0)',
},
];

Expand Down

0 comments on commit a047b88

Please sign in to comment.