Skip to content

Commit

Permalink
Merge pull request #51378 from bernhardoj/fix/51308-admin-message-mov…
Browse files Browse the repository at this point in the history
…ing-when-hovered

Fix message is moving when hovered in Safari
  • Loading branch information
rlinoz authored Oct 25, 2024
2 parents 005f3a5 + fcb3dfe commit ed242f5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ const getMiniWrapperStyle = (theme: ThemeColors, styles: ThemeStyles): ViewStyle
borderRadius: variables.buttonBorderRadius,
borderWidth: 1,
borderColor: theme.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 ed242f5

Please sign in to comment.