Fixed Elements aren't staying fixed when 3D transform styles are set on the body element

I am trying to keep everything on that side bar fixed. And the objects aren’t doing so.
You can see it here: http://volex-design.webflow.io/

I am trying to make it look like this: http://springsummer.dk/

Also. How to I make the hero section always take up the full screen?

Thanks!


Here is my public share link: LINK
(how to access public share link)

To make it full screen do height 100vh and width 100vw.

Regarding fixed element can you please share your public share link. Thanks! :wink::blush::+1:

Please post a share link because I’ve never seen a page behave that way. I can’t even hijack the settings within chrome to make those elements fixed.

I got it.

You’ve got some 3d transforms set on your body element. That will render fixed positioning non-functional.

Clear out all of the unnecessary things you’ve got set on the body element and you should be good to go.

Thankyou very much! That fixed it!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.