diff --git a/src/frontend/wwwroot/app.css b/src/frontend/wwwroot/app.css index d5672fc03..1c64a10ea 100644 --- a/src/frontend/wwwroot/app.css +++ b/src/frontend/wwwroot/app.css @@ -211,7 +211,7 @@ ul#tasksStats.menu-list { } /* Menu list scroll style start*/ #app .asside .menu-list { - max-height: 300px; + max-height: calc(100vh - 450px); overflow-y: scroll; padding-right: 2px; transition: all 0.3s ease;