From 5b983f34d9370ff61f518e5bfd09baccf9905579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20G=C3=BCnther?= Date: Mon, 9 Apr 2018 14:46:08 +0200 Subject: [PATCH] BUGFIX: Increase close button z- index The secondary inspector has two constants for z index. The close button needs to be incresed to value higher than 3. And the possible iFrame has not z index yet. So we define a iframe zindex constant and so we also increase the close button constant. --- packages/build-essentials/src/styles/styleConstants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/build-essentials/src/styles/styleConstants.js b/packages/build-essentials/src/styles/styleConstants.js index 376493f7b1..044d6cf489 100644 --- a/packages/build-essentials/src/styles/styleConstants.js +++ b/packages/build-essentials/src/styles/styleConstants.js @@ -20,7 +20,7 @@ const config = { secondaryToolbar: ['linkIconButtonFlyout'], flashMessageContainer: '2', loadingIndicatorContainer: '2', - secondaryInspector: ['context', 'close'], + secondaryInspector: ['context', 'iframe', 'close'], secondaryInspectorElevated: ['context', 'dropdownContents'], dialog: ['context'], fullScreenClose: ['context'],