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:
Cassie
2026-03-18 01:57:13 -06:00
parent 89d2308f6c
commit c90739d2c6
+4
View File
@@ -490,3 +490,7 @@ div.appendix .variablelist .term {
font-family: Roboto;
src: url(Roboto.ttf);
}
.chapter {
content-visibility: auto;
}