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.
Has anyone else run into this? If the sticky element's parent is set to display:flex, the sticky element flickers on/off. I'll post a test case from codepen shortly.
The text was updated successfully, but these errors were encountered:
I had this issue as well, but couldn't trace the issue to vh or fix with flex: auto. I was able to fix by adding backface-visibility: hidden to the sticky element and everything within it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Has anyone else run into this? If the sticky element's parent is set to display:flex, the sticky element flickers on/off. I'll post a test case from codepen shortly.
The text was updated successfully, but these errors were encountered: