add a webkit hack to hopefully improve headlines-frame scrolling speed
This commit is contained in:
parent
d7cc5e6cdd
commit
0401715fe5
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue