Skip to content

Commit 3f00320

Browse files
tarusinvalorkin
authored andcommitted
fix(tooltip): flickering when hover the mouse (#4660)
1 parent 4a58fe3 commit 3f00320

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tooltip/tooltip-container.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import { isBs3 } from '../utils/theme-provider';
2020
`
2121
:host.tooltip {
2222
display: block;
23+
pointer-events: none;
2324
}
2425
:host.bs-tooltip-top .arrow, :host.bs-tooltip-bottom .arrow {
2526
left: 50%;

0 commit comments

Comments
 (0)