1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:35:55 +00:00

add a webkit hack to hopefully improve headlines-frame scrolling speed

This commit is contained in:
Andrew Dolgov
2016-03-22 12:53:17 +03:00
parent d7cc5e6cdd
commit 0401715fe5

View File

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