Adding Page-min-h and css to decrease the size of scrollbar.

This commit is contained in:
Kartik Sharma 2025-12-09 11:55:41 +05:30
parent a0257c1252
commit e5d4f65e49
3 changed files with 503 additions and 186 deletions

File diff suppressed because it is too large Load Diff

View File

@ -218,7 +218,7 @@ const Header = () => {
projectsForDropdown &&
projectsForDropdown.length > 0 && (
<ul
className="dropdown-menu"
className="dropdown-menu custom-scrollbar"
style={{ overflow: "auto", maxHeight: "300px" }}
>
{(isDashboardPath || isCollectionPath) && (

View File

@ -97,7 +97,7 @@ const DailyProgrssReport = () => {
]}
/>
<div className="card card-fullscreen p-5">
<div className="card page-min-h p-5">
{data?.length > 0 && (
<div className="col-sm-4 col-md-3 col-12 text-start">
<AppFormController