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
We're using the Headroom component with disableInlineStyles, and when scrolling up and down very fast, the headroom--unpinned class remains on the header even at the very top, resulting in the header not showing up due to the transform: translateY(-100%) property we have under the unpinned CSS selector. Any idea why?
The text was updated successfully, but these errors were encountered:
We're using the Headroom component with
disableInlineStyles,
and when scrolling up and down very fast, theheadroom--unpinned
class remains on the header even at the very top, resulting in the header not showing up due to thetransform: translateY(-100%)
property we have under the unpinned CSS selector. Any idea why?The text was updated successfully, but these errors were encountered: