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