Make floating group as fixed at certain position

I have a floating group, I need it to become fixed when the scroll reaches a certain position. I have a footer at the bottom and I do not want the floating group to float on top of that.

As soon as the scroll reaches a certain position, I want the floating group to not float and become fixed. Is this behavior possible?

Yup. this is possible using javascript client side. :slight_smile:

Can you please share the java script code if possible

the js just to set the css part.
like $(“id_of_your_element”).style(“put your css for your floating group here”)

1 Like

thanks

Anytime!

This topic was automatically closed after 70 days. New replies are no longer allowed.