diff --git a/src/styles/getReportActionContextMenuStyles.js b/src/styles/getReportActionContextMenuStyles.js index a481038359c2..026306084ce4 100644 --- a/src/styles/getReportActionContextMenuStyles.js +++ b/src/styles/getReportActionContextMenuStyles.js @@ -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)', }, ];