You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2025. It is now read-only.
Theme styling can interrupt the block editor UX. Improvements to this plugins stylesheet
Interesting problem here. I wonder if making the controls a web component (ala <gutenberg-controls>) or whatever would be useful as then you have a Shadow DOM to work with with totally isolated styles.
(Not really an issue... feel free to close.)
Interesting problem here. I wonder if making the controls a web component (ala
<gutenberg-controls>) or whatever would be useful as then you have a Shadow DOM to work with with totally isolated styles.