Menu

Tech tip - CSS 'preserve-3d' stops 'position: fixed'

If I set a 'transform-style' of 'preserve-3d' on an HTML element then 'position: fixed' does not work.

This seems similar to having 'position: fixed' under something with a 'transform'. Here, the 'fixed' behavior does not work.

There are more tips at: bbingo.xyz/t

Posted by Bert Beckwith 2025-10-01 Labels: CSS

Log in to post a comment.