Site logo

Archived topic

STICKY BLOCK WHEN SCROLLING DOWN

20 replies · Started by Yohann on March 2, 2023

Viewing posts 16–21 of 21

I dont't understand your question ? Is there some css we can add to correct This issue ?
Thank you

Can you try to replace this CSS:

html, body {
overflow-x: hidden;
}

with this:

.site {
    overflow-x: hidden;
}

It works for the horizontal movement
But the sticky effect doesn’t work anymore
So do you have another solution please ?

Thank you for your answer.
last question, I have a fixed header. When I insert the sticky menu, the anchor menu offeset is too low. Can you give me some css to fix it ?
thank you ?

Hi there,

have you changed the sticky blocks ? originally i saw 2 buttons, now there is a ToC menu.

This archived topic is closed to new replies.