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
|
<OverlayTrigger
|
||||||
placement={placement || 'bottom'}
|
placement={placement || 'bottom'}
|
||||||
overlay={
|
overlay={
|
||||||
<Tooltip>
|
<Tooltip style={{ position: 'fixed' }}>
|
||||||
{overlayText}
|
{overlayText}
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue