Skip to content
Snippets Groups Projects
Commit ae1fd499 authored by danielgrippi's avatar danielgrippi
Browse files

force hardware acceleration for speedier typing on mobile webkit browsers

parent e3bf0363
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment