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.
Comments
Post a Comment