Skip to content
Snippets Groups Projects
Commit 0401715f authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

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

parent d7cc5e6c
No related branches found
No related tags found
No related merge requests found
...@@ -1131,6 +1131,11 @@ body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf { ...@@ -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;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment