Skip to content

Commit

Permalink
fix overlapping comment indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
lankaukk committed Jan 2, 2024
1 parent ce31a1f commit b1b4d72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ const HoveredCommentIndicator = React.memo((props: HoveredCommentIndicatorProps)
width: 250,
boxShadow: UtopiaStyles.shadowStyles.mid.boxShadow,
background: colorTheme.bg1.value,
zIndex: 1,
position: 'fixed',
top: position.y,
// temporarily moving the hovered comment indicator to align with the not hovered version
Expand Down

0 comments on commit b1b4d72

Please sign in to comment.