From 46b110e12f4eb53516689ef1cace513583fd5002 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 12 Nov 2015 16:38:01 -0800 Subject: [PATCH] [Common UI] Add note about TODO item Add note about temporary work around, per code review from nasa/openmctweb#299 --- platform/commonUI/general/src/directives/MCTPopup.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/commonUI/general/src/directives/MCTPopup.js b/platform/commonUI/general/src/directives/MCTPopup.js index 2d20317f7a..254a41d1eb 100644 --- a/platform/commonUI/general/src/directives/MCTPopup.js +++ b/platform/commonUI/general/src/directives/MCTPopup.js @@ -51,6 +51,8 @@ define( position = [ rect.left, rect.top ], popup = popupService.display(div, position); + // TODO: Handle in CSS; + // https://github.com/nasa/openmctweb/issues/298 div.css('z-index', 75); transclude(function (clone) {