Skip to content

Commit

Permalink
fix tooltip blinking at the edges (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl authored Jan 7, 2025
1 parent b37a12b commit 511b0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function BadgeTooltip ({ children, overlayText, placement }) {
<OverlayTrigger
placement={placement || 'bottom'}
overlay={
<Tooltip>
<Tooltip style={{ position: 'fixed' }}>
{overlayText}
</Tooltip>
}
Expand Down

0 comments on commit 511b0ee

Please sign in to comment.