Skip to content

Commit 4494b3f

Browse files
committed
Adjusting the zindex for the tooltip to be on top
1 parent e86ee12 commit 4494b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/ui/widgets/toolTip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156

157157
// Fix overlay
158158
setTimeout(function() {
159-
$('.tooltip-box').zIndex($(':ui-dialog').zIndex() + 1); });
159+
$('.tooltip-box').zIndex($(':ui-dialog').zIndex() + 10); });
160160

161161
};
162162

0 commit comments

Comments
 (0)