From 03594fb15c019730821d5cc616e480b67e73f13f Mon Sep 17 00:00:00 2001 From: Mohan-Microsoft Date: Wed, 5 Feb 2025 22:01:06 +0530 Subject: [PATCH] Fix UI issue to the bug 13843 --- src/frontend/wwwroot/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;