Positions fixed doesn't work when using -webkit-transform

Posted by iSenne on Stack Overflow See other posts from Stack Overflow or by iSenne
Published on 2010-04-14T11:51:00Z Indexed on 2010/04/14 11:53 UTC
Read the original article Hit count: 249

Filed under:
|
|
|

Hello everybody

I am using -webkit-transform (and -moz-transform / -o-transform) to rotate a div. Also have position fixed added so the div scrols down with the user.

In Firefox it works fine, but in webkit based browsers it's broken. After using the -webkit-transform, the position fixed doesn't work anymore! How is that possible?

© Stack Overflow or respective owner

Related posts about css

Related posts about positioning