diff --git a/src/styles/getReportActionContextMenuStyles.js b/src/styles/getReportActionContextMenuStyles.js index a481038359c2..29f3606c402f 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 will overlap the context menu below when there is no scrollbar. + transform: 'translateZ(0)', }, ];