From de22b8d781ab3d130fd3ef58b5028412416d80ae Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 21 Jun 2022 16:37:11 -0500 Subject: [PATCH] update sidebar position (#6321) --- website/assets/styles/pages/docs/basic-documentation.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/assets/styles/pages/docs/basic-documentation.less b/website/assets/styles/pages/docs/basic-documentation.less index e0b67381c7..78af7fe301 100644 --- a/website/assets/styles/pages/docs/basic-documentation.less +++ b/website/assets/styles/pages/docs/basic-documentation.less @@ -584,7 +584,7 @@ } [purpose='left-sidebar'] { position: sticky; - top: 118px; + top: 146px; height: fit-content; overflow-y: auto; transition-property: all; @@ -602,7 +602,7 @@ min-width: 190px; max-width: 210px; position: sticky; - top: 118px; + top: 146px; height: fit-content; overflow-y: auto; transition-property: all;