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