From fba7046468bd6be5b46376d31c721a84ac565d95 Mon Sep 17 00:00:00 2001 From: Nilesh Gupta Date: Mon, 2 Dec 2024 10:51:59 +0000 Subject: [PATCH] adding min heigh and overflow auto on staffing table (#1964) Signed-off-by: Nilesh Gupta --- server/src/main/assets/stylesheets/main.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/src/main/assets/stylesheets/main.less b/server/src/main/assets/stylesheets/main.less index 06a381c43..497ec0270 100644 --- a/server/src/main/assets/stylesheets/main.less +++ b/server/src/main/assets/stylesheets/main.less @@ -1416,6 +1416,8 @@ p { .staffing-container { display: flex; flex-direction: column; + min-height: 300px; + overflow: auto; } .staffing-controls {