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;