Skip to content

Commit

Permalink
Revert "[ML] fix tooltip overflow"
Browse files Browse the repository at this point in the history
This reverts commit 103c36b
  • Loading branch information
darnautov committed May 13, 2020
1 parent 692f7a6 commit 98a8099
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ 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 98a8099

Please sign in to comment.