From 5061aeee64d65381cc3e32954554f5a87073ce17 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Tue, 1 Aug 2023 06:11:44 +0200 Subject: [PATCH] vdoc: fix toc height (accidental height removal in 9750061) (#19023) --- cmd/tools/vdoc/theme/doc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/tools/vdoc/theme/doc.css b/cmd/tools/vdoc/theme/doc.css index 67b7d2140e..55b97f153d 100644 --- a/cmd/tools/vdoc/theme/doc.css +++ b/cmd/tools/vdoc/theme/doc.css @@ -644,6 +644,7 @@ pre { position: relative; /* IE11 */ position: sticky; + height: 100vh; position: -webkit-sticky; align-self: flex-start; top: 56px;