##// END OF EJS Templates
remove translateZ hack...
Min RK -
Show More
@@ -79,12 +79,6 b' body {'
79 }
79 }
80
80
81 #site {
81 #site {
82 // avoid repaints on size with translateZ(0)
83 -webkit-transform: translateZ(0);
84 -moz-transform: translateZ(0);
85 -ms-transform: translateZ(0);
86 -o-transform: translateZ(0);
87 transform: translateZ(0);
88 width: 100%;
82 width: 100%;
89 display: none;
83 display: none;
90 .border-box-sizing();
84 .border-box-sizing();
@@ -8454,11 +8454,6 b' body {'
8454 height: 28px;
8454 height: 28px;
8455 }
8455 }
8456 #site {
8456 #site {
8457 -webkit-transform: translateZ(0);
8458 -moz-transform: translateZ(0);
8459 -ms-transform: translateZ(0);
8460 -o-transform: translateZ(0);
8461 transform: translateZ(0);
8462 width: 100%;
8457 width: 100%;
8463 display: none;
8458 display: none;
8464 box-sizing: border-box;
8459 box-sizing: border-box;
General Comments 0
You need to be logged in to leave comments. Login now