1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02: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;
}
#headlines-frame {
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
}
:focus {
outline: none;
}