Positions fixed doesn't work when using -webkit-transform
问题 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? 回答1: After some research, there has been a bug report on the Chromium website about this issue, so far Webkit browsers can't render these two effects together at the same time. I