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

Visible canvas element #405

Open
ImportTaste opened this issue Sep 18, 2019 · 0 comments
Open

Visible canvas element #405

ImportTaste opened this issue Sep 18, 2019 · 0 comments

Comments

@ImportTaste
Copy link

ScriptSafe, for whatever reason, has a potentially visible canvas element when you reload pages and it can really mess with where chromium thinks the page should be scrolled to.

Personally, I fix it with this CSS in Stylus:

canvas[class^="scriptsafe_"], canvas[class*=" scriptsafe_"] { display: none }

However, simply making sure that these elements have style="display:none" included in their canvas tags would fix this issue for everyone.

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