mirror of https://github.com/apache/cloudstack.git
Adjusting the zindex for the tooltip to be on top
This commit is contained in:
parent
e86ee12a78
commit
4494b3fd32
|
|
@ -156,7 +156,7 @@
|
|||
|
||||
// Fix overlay
|
||||
setTimeout(function() {
|
||||
$('.tooltip-box').zIndex($(':ui-dialog').zIndex() + 1); });
|
||||
$('.tooltip-box').zIndex($(':ui-dialog').zIndex() + 10); });
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue