Adding Page-min-h and css to decrease the size of scrollbar.
This commit is contained in:
parent
abb383afd8
commit
4f94c040ca
File diff suppressed because it is too large
Load Diff
@ -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) && (
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user