We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c303f commit 8512b9bCopy full SHA for 8512b9b
src/tooltip/tooltip.js
@@ -110,7 +110,7 @@ angular.module('ui.bootstrap.tooltip', ['ui.bootstrap.position'])
110
'animation="animation" '+
111
'is-open="isOpen"'+
112
'origin-scope="origScope" '+
113
- 'style="visibility: hidden"'+
+ 'style="visibility: hidden; display: block;"'+
114
'>'+
115
'</div>';
116
@@ -148,7 +148,7 @@ angular.module('ui.bootstrap.tooltip', ['ui.bootstrap.position'])
148
149
ttCss.width = ttBox.width + 'px';
150
ttCss.height = ttBox.height + 'px';
151
-
+
152
ttCss.visibility = 'visible';
153
154
// Now set the calculated positioning and size.
0 commit comments