Want to make an element stick on the page

I want to stick an element on the page, at a fixed position.
I tried using a floating group ,but even after keeping a bottom margin for it when I scrolls down the page the element move to bottom as well, and not maintain it bottom margin.

How to fix this, or a better way to achieve this?

If I understand what you’re trying to accomplish, that should work. And in fact, it works fine for me…

fg-fixed-to-bottom

Are you sure it’s a FG element? The whole purpose of a FG is to remain fixed relative to the viewport. It shouldn’t scroll.

If you share screenshots of your setup, folks might be better able to assist. Include element hierarchy as well as property editor Appearance and Layout tabs for the FG.

Hey, thanks for your help, got that fixed :slight_smile:

1 Like