Archived topic
Area above the Sidebar
3 replies · Started by Kevin on January 16, 2021
Viewing posts 1–4 of 4
On my site in Google Chrome if I scroll up while the page is loading it gives a bug and it kind of goes over the limit in an infinite way and bothers that even updating the page on the same tab does not correct itself. Is there a way to avoid this?
Hi there,
can you share a link to the problem site ?
Is the issue with Sticky sidebar spacing ?
If so you need to change the Top value in your CSS:
.inside-right-sidebar {
position: -webkit-sticky;
position: sticky;
top: 100px; /* This property sets space above the sidebar when sticky */
}
This archived topic is closed to new replies.