Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Stylebot won't open when ":empty { display: none; }" is present #778

Open
lachlanmcdonald opened this issue Jun 11, 2024 · 0 comments

Comments

@lachlanmcdonald
Copy link

lachlanmcdonald commented Jun 11, 2024

Stylebot will not open when the page's CSS, or a stylebot override, contains the following CSS:

:empty {
  display: none;
}

This appears to occur due to the way Stylebot is embedded within the page. Embedding the editor as a Web Component might give us the isolation we need to avoid this or other style conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant