diff --git a/app/static/css/sidebar.css b/app/static/css/sidebar.css index e12081aa4..fa147bb97 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 %} -