From 143c0a271c3a5070e699ac95f5fec2da8d306812 Mon Sep 17 00:00:00 2001 From: Sbragul26 Date: Sat, 6 Jun 2026 22:42:37 +0530 Subject: [PATCH] fix:make docs sidebar fully scrollable Signed-off-by: Sbragul26 --- assets/scss/_styles_project.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 00ca1b8770b..5a34ccd09be 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -264,7 +264,7 @@ a:not([href]):not([class]):hover { // Left sidebar .td-sidebar-nav { max-height: none; - overflow: hidden; + overflow: visible; padding: 0px; &__section-title {