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 has been archived by the owner on Nov 27, 2018. It is now read-only.
When the document is loaded inside an iframe and the iframe is made visible after it's content has been loaded then the browser scrollbar doesn't hide.
The getBrowserScrollSize function returns the scrollbar width and height as 0 in this case, and hence the scrollbar isn't hidden.
Firefox version: 53.0.3 (32-bit)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Demo of issue:
https://codepen.io/anon/pen/ZyYXdZ
When the document is loaded inside an iframe and the iframe is made visible after it's content has been loaded then the browser scrollbar doesn't hide.
The getBrowserScrollSize function returns the scrollbar width and height as 0 in this case, and hence the scrollbar isn't hidden.
Firefox version: 53.0.3 (32-bit)
The text was updated successfully, but these errors were encountered: