mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 20:58:15 +00:00
[Common UI] Add z-index to popups
Temporary workaround for nasa/openmctweb#298
This commit is contained in:
@ -51,6 +51,8 @@ define(
|
|||||||
position = [ rect.left, rect.top ],
|
position = [ rect.left, rect.top ],
|
||||||
popup = popupService.display(div, position);
|
popup = popupService.display(div, position);
|
||||||
|
|
||||||
|
div.css('z-index', 75);
|
||||||
|
|
||||||
transclude(function (clone) {
|
transclude(function (clone) {
|
||||||
div.append(clone);
|
div.append(clone);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user