Skip to content
Open
Show file tree
Hide file tree
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
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

Admin page: add isolation styles for wp-ui popovers.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.admin-page {
// Ensures portaled popovers from `@wordpress/ui` appear correctly.
// See https://github.com/WordPress/gutenberg/blob/trunk/packages/ui/README.md#setup
isolation: isolate;
margin-left: -20px; // to neutralize the padding of #wpcontent.

@media (max-width: 782px) {
Expand Down
Loading