]> git.wh0rd.org - tt-rss.git/commitdiff
add a webkit hack to hopefully improve headlines-frame scrolling speed
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Tue, 22 Mar 2016 09:53:17 +0000 (12:53 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Tue, 22 Mar 2016 09:53:17 +0000 (12:53 +0300)
css/tt-rss.css

index 1f89af729f8fcb03285bb3adb91ec624e25411ab..589f96b33d63e6d0ff3bba46663e1a6ff94f40e3 100644 (file)
@@ -1131,6 +1131,11 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
        position : relative;
 } 
 
+#headlines-frame {
+       -webkit-transform: translateZ(0);
+       -webkit-backface-visibility: hidden;
+}
+
 :focus {
        outline: none; 
 }