Merge pull request #3132 from lidlanca/patch-4

Perf UX : reduce page paint on scrolling, due to fixed header element union with progress bar area
This commit is contained in:
Sam 2015-01-27 14:40:49 +11:00
commit fbd18f3b69
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
.docked & {
position: fixed;
backface-visibility: hidden; /** do magic for scrolling performance **/
}
.contents {