From adf208f9761ac2ec3600006aea320f5b05edde5d Mon Sep 17 00:00:00 2001 From: carnesa Date: Tue, 16 Jun 2026 16:44:32 -0400 Subject: [PATCH] Changed overflow-y to auto in sidebar.css to allow for scrolling and added class=bg-dark to line 5 in sidebar.html to fit the background color to the sidebar image. --- app/static/css/sidebar.css | 2 +- app/templates/sidebar.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/css/sidebar.css b/app/static/css/sidebar.css index 0eab0ef68..c994937f8 100644 --- a/app/static/css/sidebar.css +++ b/app/static/css/sidebar.css @@ -18,7 +18,7 @@ height: 100vh; max-height: 100vh; overflow-x: auto; - overflow-y: hidden; + overflow-y: auto; } .b-example-divider { diff --git a/app/templates/sidebar.html b/app/templates/sidebar.html index f71ec1f6e..badc89937 100644 --- a/app/templates/sidebar.html +++ b/app/templates/sidebar.html @@ -2,7 +2,7 @@ {% endblock %} -