Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Florent De'Neve <[email protected]>
  • Loading branch information
ginsuma and flodnv authored Jul 11, 2023
1 parent 278017c commit f31a2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/getReportActionContextMenuStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const miniWrapperStyle = [
borderRadius: variables.buttonBorderRadius,
borderWidth: 1,
borderColor: themeColors.border,
// In Safari, when welcome messages use a code block (triple backticks), they will overlap the context menu below when there is no scrollbar.
// 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 f31a2b6

Please sign in to comment.