Explorar el Código

Perfomance "hack"

Javi Jimenez Villar hace 13 años
padre
commit
e5a5f6cad7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/stylesheets/lungo.layout.styl

+ 3 - 0
src/stylesheets/lungo.layout.styl

@@ -24,6 +24,9 @@ body
     display-box()
     display-box()
     box-orient(vertical)
     box-orient(vertical)
     height: inherit
     height: inherit
+    // The "Go Faster" hack
+    webkit-transform: translate3d(0,0,0)
+
     & > header, > footer
     & > header, > footer
       box-flex(0)
       box-flex(0)
       z-index: 3
       z-index: 3