Commit c90739d2 authored by Cassie's avatar Cassie
Browse files

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.
parent 89d2308f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -490,3 +490,7 @@ div.appendix .variablelist .term {
  font-family: Roboto;
  src: url(Roboto.ttf);
}

.chapter {
  content-visibility: auto;
}