From ce2871b2fd3d66d52c0e9f722c8eb4c6d0de7375 Mon Sep 17 00:00:00 2001 From: Stanislav Lashmanov Date: Sun, 6 Feb 2022 04:31:37 +0300 Subject: [PATCH] Remove content-visibility hack from the docs Current implementation of `content-visibility` hack to achieve better performance completely breaks scrolling on the site. This PR suggests removing this hack until a better solution is found. --- doc/api_assets/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 90db2f4bd8a66b..11adb706642cf1 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -370,11 +370,6 @@ dd + dt.pre { padding-top: 1rem; } -#apicontent section { - content-visibility: auto; - contain-intrinsic-size: 1px 5000px; -} - #apicontent .line { width: calc(50% - 1rem); margin: 1rem 1rem .95rem;