fix tooltip blinking at the edges (#1813)
This commit is contained in:
parent
b37a12bf71
commit
511b0eea40
|
@ -75,7 +75,7 @@ export function BadgeTooltip ({ children, overlayText, placement }) {
|
|||
<OverlayTrigger
|
||||
placement={placement || 'bottom'}
|
||||
overlay={
|
||||
<Tooltip>
|
||||
<Tooltip style={{ position: 'fixed' }}>
|
||||
{overlayText}
|
||||
</Tooltip>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue