Why can’t I set an element to position Fixed?

Below you can find out how you can set an element to Fixed position.

Only elements that are on a page level can be set to Fixed. Fixing an element means it will be fixed to a certain position of your viewport. This means it needs to be directly nested on your main page in order for the element to know where in the viewport it needs to be fixed.

This navigation is nested on the page level and thus it can be set to Fixed.

This heading is nested inside of a Frame. This means it is not on the page level and thus it can not be set to fixed.

Still having issues?

If you can’t set an element to fixed position, please create a support ticket in our community with a remix link to your project so that we can investigate the issue.