Skip to content

Commit

Permalink
[ML] fix tooltip overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed May 13, 2020
1 parent 70432da commit 103c36b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ const Tooltip: FC<{ service: ChartTooltipService }> = React.memo(({ service }) =

return (
<TooltipTrigger
modifiers={{
preventOverflow: {
boundariesElement: 'window',
},
}}
placement="right-start"
trigger="none"
tooltipShown={isTooltipShown}
Expand Down

0 comments on commit 103c36b

Please sign in to comment.