css - position fixed in combination with css3 transform -


i'm trying move container containing fixed element using -webkit-transform:translatex(80%);

by doing fixed elements loses it's fixed style until remove transform style..

does know how can use transform:translatex without losing fixed elements?

try adding -webkit-transform: translatex(0); fixed child element


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -