Skip to content

Commit

Permalink
Merge pull request neos#1755 from markusguenther/issue_1748
Browse files Browse the repository at this point in the history
BUGFIX: Increase close button z- index
  • Loading branch information
mstruebing authored Apr 10, 2018
2 parents 1388f6d + 5b983f3 commit b421483
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 b421483

Please sign in to comment.