Skip to content

Commit

Permalink
fix(MultipleTooltip): disable layer (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGenius authored Oct 24, 2023
1 parent b498557 commit 65452a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const MultipleTooltip: React.FC<MultipleTooltipProps> = ({
offset={POPUP_OFFSET}
contentClassName={b(null)}
modifiers={POPUP_MODIFIERS}
disableLayer
>
<div className={b('items-container')}>
{items
Expand Down

0 comments on commit 65452a9

Please sign in to comment.