Position fixed, regardless of scroll

Hey everyone!

I want to fix or pin the position of an object, so when I scroll, the object will stay on top or bottom of the page.

Quinten Althues

Hi @quintenra :slight_smile: Welcome to the forum!

You can do this by placing the element inside of a floating group. If you double-click on the floating group, you can change its position to be relative to the top or bottom of the page (or ‘both’ or ‘nothing’):

Or, if you have a footer, for example, that you would like to stick to the bottom of the page at all times, the floating group would be moved to the bottom of the page in the editor (with float: bottom selected):

That should do it! :slight_smile:

5 Likes