From e81201e91bc34564164560a8358495a939ce74b5 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Wed, 19 Jun 2024 19:14:45 +0200 Subject: [PATCH] doc: only apply content-visibility on all.html Refs: #40099 PR-URL: https://github.com/nodejs/node/pull/53510 Reviewed-By: Antoine du Hamel Reviewed-By: Moshe Atlow Reviewed-By: Claudio Wunder --- doc/api_assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 15e7b73f770eab..e3f79ccd31451f 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -434,7 +434,7 @@ dd + dt.pre { padding-top: 1rem; } -#apicontent section { +#api-section-all #apicontent section { content-visibility: auto; contain-intrinsic-size: 1px auto 5000px; }