Skip to content

Commit fdc98c8

Browse files
committed
visiblity:hidden; to display:none;
1 parent 0511b44 commit fdc98c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/angular-tooltips.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
font-size: 14px;
3131
}
3232
._720kb-tooltip._720kb-tooltip-open {
33-
visibility: visible;
34-
visibility: initial;
33+
display:initial;
3534
opacity: 1;
3635
}
3736
._720kb-tooltip-caret:before {

0 commit comments

Comments
 (0)