Skip to content

Commit

Permalink
Rename .interface-interface-skeleton__body z-index to .interface-inte…
Browse files Browse the repository at this point in the history
…rface-skeleton__content (#32869)
  • Loading branch information
noisysocks authored and jorgefilipecosta committed Jun 22, 2021
1 parent 5d95fc8 commit 506ce9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/base-styles/_z-index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $z-layers: (
".block-editor-url-input__suggestions": 30,
".edit-post-layout__footer": 30,
".interface-interface-skeleton__header": 30,
".interface-interface-skeleton__body": 20,
".interface-interface-skeleton__content": 20,
".edit-site-header": 62,
".edit-widgets-header": 30,
".block-library-button__inline-link .block-editor-url-input__suggestions": 6, // URL suggestions for button block above sibling inserter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ html.interface-interface-skeleton__html-container {
// On Safari iOS on smaller viewports lack of a z-index causes the background
// to "bleed" through the header.
// See https://github.com/WordPress/gutenberg/issues/32631
z-index: z-index(".interface-interface-skeleton__body");
z-index: z-index(".interface-interface-skeleton__content");

}

Expand Down

0 comments on commit 506ce9a

Please sign in to comment.