From 207ac21d28bae202cc229d244d0d189fe7e7b625 Mon Sep 17 00:00:00 2001 From: yashnagar67 Date: Tue, 5 May 2026 01:13:34 +0530 Subject: [PATCH 1/3] fix: resolve sidebar clipping and scrolling issues Signed-off-by: yashnagar67 --- assets/scss/_styles_project.scss | 2 +- assets/scss/{ => td}/_sidebar-tree.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename assets/scss/{ => td}/_sidebar-tree.scss (98%) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index d25ce2a36f..cf3f982373 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -262,7 +262,7 @@ a:not([href]):not([class]):hover { // Left sidebar .td-sidebar-nav { - overflow: hidden; + overflow: auto; padding: 0px; &__section-title { diff --git a/assets/scss/_sidebar-tree.scss b/assets/scss/td/_sidebar-tree.scss similarity index 98% rename from assets/scss/_sidebar-tree.scss rename to assets/scss/td/_sidebar-tree.scss index a1e224f67b..2499d8f470 100644 --- a/assets/scss/_sidebar-tree.scss +++ b/assets/scss/td/_sidebar-tree.scss @@ -1,5 +1,5 @@ .td-sidebar-nav { - $_max-height: calc(100vh - 8.5rem); + $_max-height: calc(100vh - 10.5rem); padding-right: 0.5rem; margin-right: -15px; From 7fede154eb7b90acd8888cc6f1aa388ee3958ea4 Mon Sep 17 00:00:00 2001 From: yashnagar67 Date: Tue, 5 May 2026 01:32:59 +0530 Subject: [PATCH 2/3] fix: apply explicit max-height and ensure logic is uncommented Signed-off-by: yashnagar67 --- 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 cf3f982373..d25ce2a36f 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -262,7 +262,7 @@ a:not([href]):not([class]):hover { // Left sidebar .td-sidebar-nav { - overflow: auto; + overflow: hidden; padding: 0px; &__section-title { From 80d0eb1ff7aefc963a09a7795926d1a8bb6a2d1a Mon Sep 17 00:00:00 2001 From: yashnagar67 Date: Wed, 6 May 2026 01:12:26 +0530 Subject: [PATCH 3/3] your new correct message Signed-off-by: yashnagar67 --- assets/scss/td/_sidebar-tree.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/td/_sidebar-tree.scss b/assets/scss/td/_sidebar-tree.scss index 2499d8f470..a1e224f67b 100644 --- a/assets/scss/td/_sidebar-tree.scss +++ b/assets/scss/td/_sidebar-tree.scss @@ -1,5 +1,5 @@ .td-sidebar-nav { - $_max-height: calc(100vh - 10.5rem); + $_max-height: calc(100vh - 8.5rem); padding-right: 0.5rem; margin-right: -15px;