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

Scroll-fixing of background page doesn't work in some cases #18

Closed
jasomdotnet opened this issue Dec 22, 2018 · 3 comments
Closed

Scroll-fixing of background page doesn't work in some cases #18

jasomdotnet opened this issue Dec 22, 2018 · 3 comments

Comments

@jasomdotnet
Copy link

jasomdotnet commented Dec 22, 2018

See this page. Background page scroll fix does not work there.

@englishextra
Copy link
Owner

englishextra commented Dec 22, 2018

that;'s because

body.iframe-lightbox--open {
	overflow: hidden;
}

the dev should do it on their own in their overriding style

body.iframe-lightbox--open {
	overflow: hidden !important;
}

Also I see that the HTML element has

html {overflow-y:scroll;}

will be soon

html.iframe-lightbox--open,
body.iframe-lightbox--open {
	overflow: hidden !important;
}

@englishextra
Copy link
Owner

englishextra commented Dec 22, 2018

Fixed in v0.2.8

@jasomdotnet
Copy link
Author

excellent

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

2 participants