[Support request] Area above the Sidebar

Home Forums Support [Support request] Area above the Sidebar

Home Forums Support Area above the Sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1620960
    Kevin

    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?

    #1621382
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to the problem site ?

    #1621395
    Kevin
    #1621503
    David
    Staff
    Customer Support

    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 */
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.