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

Consider overriding background-attachment: fixed #51

Closed
mrcoles opened this issue May 9, 2016 · 1 comment
Closed

Consider overriding background-attachment: fixed #51

mrcoles opened this issue May 9, 2016 · 1 comment

Comments

@mrcoles
Copy link
Owner

mrcoles commented May 9, 2016

As suggested here #19

For example:

var node = document.createElement('style');
node.innerHTML = '* { background-attachment: static !important; } .takeover { position: absolute !important; } body { background: black }';
document.head.appendChild(node);
@mrcoles
Copy link
Owner Author

mrcoles commented May 29, 2018

Hi, great idea. The webstore version of the extension finally has a feature like this. I took a slightly different approach, but it generally achieves the same solution.

@mrcoles mrcoles closed this as completed May 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant