Skip to content

Commit 2973a87

Browse files
committed
Merge pull request #73 from Thomaspunt/master
(hot-fix) disable pointer-events on tooltips
2 parents 91898e9 + 6c43c83 commit 2973a87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/angular-tooltips.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ visibility:hidden;
1111
border-radius:3px;
1212
left:-200%;
1313
top: 0;
14+
pointer-events:none;
1415
}
1516
._720kb-tooltip-title{
1617
color:rgba(255,255,255,0.95);

0 commit comments

Comments
 (0)