diff --git a/public/stylesheets/sass/mobile.scss b/public/stylesheets/sass/mobile.scss index 4b0235ec5..ff32b3c07 100644 --- a/public/stylesheets/sass/mobile.scss +++ b/public/stylesheets/sass/mobile.scss @@ -32,7 +32,6 @@ body { max-width: 700px; } - .stream_element, .comments { overflow: auto; @@ -259,6 +258,9 @@ header { z-index: 10; top: 0; + /* force hardware acceleration on webkit browsers */ + -webkit-transform: translateZ(0); + border: { bottom: 1px solid #222; } @@ -266,6 +268,11 @@ header { .right { float: right; } } +.stream_element { + /* force hardware acceleration on webkit browsers */ + -webkit-transform: translateZ(0); +} + footer { text-align: center; a,