From 9750061d7030c331e6e0274b74bae6f9f1503f7a Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Mon, 31 Jul 2023 16:38:25 +0200 Subject: [PATCH] vdoc: fix scrollspy and initial keyboard navigability (#19017) --- cmd/tools/vdoc/theme/doc.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/tools/vdoc/theme/doc.css b/cmd/tools/vdoc/theme/doc.css index bcf234bbfc..67b7d2140e 100644 --- a/cmd/tools/vdoc/theme/doc.css +++ b/cmd/tools/vdoc/theme/doc.css @@ -98,7 +98,6 @@ body { height: 100%; padding-top: 56px; box-sizing: border-box; - overflow: hidden; } /** Reset for menus */ @@ -349,7 +348,6 @@ body { /* Main content */ .doc-scrollview { height: 100%; - overflow-y: scroll; } .doc-container { display: flex; @@ -649,8 +647,6 @@ pre { position: -webkit-sticky; align-self: flex-start; top: 56px; - height: auto; - height: 100vh; min-width: 200px; width: auto; max-width: 300px;