Skip to content

Commit

Permalink
Restore html scope in reset.scss selectors
Browse files Browse the repository at this point in the history
This option is the simple fix.
  • Loading branch information
sabernhardt authored Feb 17, 2024
1 parent 96cb434 commit 8a208ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// We use :where to keep specificity minimal.
// https://css-tricks.com/almanac/selectors/w/where/
:where(.editor-styles-wrapper) {
html :where(.editor-styles-wrapper) {
/**
* The following styles revert to the browser defaults overriding the WPAdmin styles.
* This is only needed while the block editor is not being loaded in an iframe.
Expand Down

0 comments on commit 8a208ef

Please sign in to comment.