From 288cd30b8c21ec7a83973f4de625eb97be70195e Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Tue, 9 Sep 2025 18:22:25 +0530 Subject: [PATCH] CHANGE_UI_FIX - VADIVEL J 2025-09-09 --- app/Helpers/header.php | 2 +- app/Views/layout/header.php | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/Helpers/header.php b/app/Helpers/header.php index fb9e215c..f696e91b 100755 --- a/app/Helpers/header.php +++ b/app/Helpers/header.php @@ -73,7 +73,7 @@ body[data-sidebar-size=condensed]:not([data-layout=compact]):not(.auth-fluid-pages) { - min-height: 0; + max-height:100vh !important; } .navbar-custom { diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php index 34989a9d..f0ac8d8d 100755 --- a/app/Views/layout/header.php +++ b/app/Views/layout/header.php @@ -131,6 +131,12 @@ .container-fluid { padding: 0px 40px 0px 40px !important; } + + body[data-sidebar-size=condensed]:not([data-layout=compact]):not(.auth-fluid-pages) + { + min-height: 100vh !important; + } + @@ -182,14 +188,14 @@ background-color: #D4F5F6; z-index: 700; padding: 0px !important; - height: 90%; + height: 90% !important; }