From c53b995fedfef3531fe1f2ee9fad7b42b8f2ce3b Mon Sep 17 00:00:00 2001 From: sokumon Date: Thu, 6 Nov 2025 15:13:49 +0530 Subject: [PATCH] fix: make the sidebar scrollable --- frappe/public/scss/desk/sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/scss/desk/sidebar.scss b/frappe/public/scss/desk/sidebar.scss index e456afea3f..3a768b2645 100644 --- a/frappe/public/scss/desk/sidebar.scss +++ b/frappe/public/scss/desk/sidebar.scss @@ -65,7 +65,7 @@ flex-wrap: nowrap; gap: 2px; - overflow: hidden; + overflow-y: scroll; position: static; font-size: var(--text-base); @include transition(all, 0.3s, cubic-bezier(0.4, 0, 0.2, 1));