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