doc: only apply content-visibility on all.html

Refs: #40099
PR-URL: https://github.com/nodejs/node/pull/53510
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Claudio Wunder <cwunder@gnome.org>
pull/53411/head
Filip Skokan 2024-06-19 19:14:45 +02:00 committed by GitHub
parent 4a72b2f927
commit 67c19c2900
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ dd + dt.pre {
padding-top: 1rem;
}
#apicontent section {
#api-section-all #apicontent section {
content-visibility: auto;
contain-intrinsic-size: 1px auto 5000px;
}