doc: add content-visibility: auto
adding `content-visibility: auto` to `.chapter` improves rendering performance by skipping the rendering of off-screen content of the manual.
This commit is contained in:
@@ -490,3 +490,7 @@ div.appendix .variablelist .term {
|
||||
font-family: Roboto;
|
||||
src: url(Roboto.ttf);
|
||||
}
|
||||
|
||||
.chapter {
|
||||
content-visibility: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user