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
Using separate up/down offset values breaks removal of the notTop class and the addition of the top class.
To reproduce this issue set different top and bottom offsets. Scrolling down and back up leaves the headroom--not-top and doesn't add the headroom--top class on the element.
Using separate up/down offset values breaks removal of the
notTop
class and the addition of thetop
class.To reproduce this issue set different top and bottom offsets. Scrolling down and back up leaves the
headroom--not-top
and doesn't add theheadroom--top
class on the element.Here is the code I am using:
I can reproduce this behavior in Firefox and Chrome.
The text was updated successfully, but these errors were encountered: