Skip to content

Commit

Permalink
BUGFIX: Increase close button z- index
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Markus Günther committed Apr 9, 2018
1 parent 6bcfaff commit 5b983f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build-essentials/src/styles/styleConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 5b983f3

Please sign in to comment.