Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ html.interface-interface-skeleton__html-container {
// to "bleed" through the header.
// See https://github.com/WordPress/gutenberg/issues/32631
z-index: z-index(".interface-interface-skeleton__content");

// On Safari the z-index is not respected when the element is fixed.
// Setting it to auto fixes the problem
@include break-medium() {
z-index: auto;
}
}

.interface-interface-skeleton__secondary-sidebar,
Expand Down