Skip to content

Commit

Permalink
fix(tooltip): flickering when hover the mouse (#4660)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarusin authored and valorkin committed Oct 12, 2018
1 parent 4a58fe3 commit 3f00320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tooltip/tooltip-container.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { isBs3 } from '../utils/theme-provider';
`
:host.tooltip {
display: block;
pointer-events: none;
}
:host.bs-tooltip-top .arrow, :host.bs-tooltip-bottom .arrow {
left: 50%;
Expand Down

0 comments on commit 3f00320

Please sign in to comment.