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
I have a <header> element which i make sticky when scrolling down.
side-note: in order to make it stick i gave it margin-top: 1px like suggested in issue #132.
But when happens when i scroll down is that the placeholder div is added very violently and it seems like the entire page "jumps".
Any idea how to add that in a softer manner?
The text was updated successfully, but these errors were encountered:
I have a
<header>
element which i make sticky when scrolling down.side-note: in order to make it stick i gave it
margin-top: 1px
like suggested in issue #132.But when happens when i scroll down is that the placeholder div is added very violently and it seems like the entire page "jumps".
Any idea how to add that in a softer manner?
The text was updated successfully, but these errors were encountered: