Adjusting the zindex for the tooltip to be on top

This commit is contained in:
Pranav Saxena 2013-03-15 17:48:50 +05:30
parent e86ee12a78
commit 4494b3fd32

View File

@ -156,7 +156,7 @@
// Fix overlay
setTimeout(function() {
$('.tooltip-box').zIndex($(':ui-dialog').zIndex() + 1); });
$('.tooltip-box').zIndex($(':ui-dialog').zIndex() + 10); });
};