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 abb383afd8
commit 4f94c040ca
3 changed files with 1128 additions and 316 deletions

File diff suppressed because it is too large Load Diff

View File

@ -218,7 +218,7 @@ const Header = () => {
projectsForDropdown && projectsForDropdown &&
projectsForDropdown.length > 0 && ( projectsForDropdown.length > 0 && (
<ul <ul
className="dropdown-menu" className="dropdown-menu custom-scrollbar"
style={{ overflow: "auto", maxHeight: "300px" }} style={{ overflow: "auto", maxHeight: "300px" }}
> >
{(isDashboardPath || isCollectionPath) && ( {(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 && ( {data?.length > 0 && (
<div className="col-sm-4 col-md-3 col-12 text-start"> <div className="col-sm-4 col-md-3 col-12 text-start">
<AppFormController <AppFormController