remove translateZ from scroll, instead rely on translate3d from the inline style

This commit is contained in:
Adam Bradley
2014-03-03 13:33:32 -06:00
parent d58c9560c0
commit 22827b06ec

View File

@@ -92,7 +92,6 @@ body.grade-c {
@include user-select(none);
@include touch-callout(none);
@include text-size-adjust(none);
@include translateZ(0);
@include transform-origin(left, top);
-webkit-backface-visibility: hidden;
}