Skip to content

Commit c2f0131

Browse files
committed
Merge pull request #8 from KynoYang/for-beary
fix the bug of visibility on IE
2 parents fc8bb3c + a43cf14 commit c2f0131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/angular-tooltips.css

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
font-size: 14px;
3030
}
3131
._720kb-tooltip._720kb-tooltip-open {
32+
visibility: visible;
3233
visibility: initial;
3334
-webkit-transition: opacity 0.2s linear;
3435
-moz-transition: opacity 0.2s linear;

0 commit comments

Comments
 (0)