mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 12:26:04 +08:00
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:
@ -8,6 +8,7 @@
|
||||
|
||||
.docked & {
|
||||
position: fixed;
|
||||
backface-visibility: hidden; /** do magic for scrolling performance **/
|
||||
}
|
||||
|
||||
.contents {
|
||||
|
Reference in New Issue
Block a user