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 Dec 15, 2018. It is now read-only.
So, one issue I experienced during testing was that the polyfill did not reflect my original positioning of the target element that should have sticky position. The element has position: relative (it might be the root cause that this is overwritten with static by the polyfill), and had also a float: right set. I’m not entirely sure if the float caused problems by itself or if it’s only the position mode. Therefore I file this issue.
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.
So, one issue I experienced during testing was that the polyfill did not reflect my original positioning of the target element that should have sticky position. The element has
position: relative
(it might be the root cause that this is overwritten withstatic
by the polyfill), and had also afloat: right
set. I’m not entirely sure if the float caused problems by itself or if it’s only the position mode. Therefore I file this issue.The text was updated successfully, but these errors were encountered: