SMC form scroll issue fix

This commit is contained in:
venbainfotech 2021-06-01 18:24:58 +05:30
parent bfab6e3e79
commit 2064004dce
4 changed files with 16036 additions and 30 deletions

16057
ng6-seed/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,9 @@
padding: 0;
// overflow-y: scroll !important;
}
}
.mat-dialog-content{
margin:0px !important;
}
// mat-placeholder{
// margin-top: 20px;

5
package-lock.json generated
View File

@ -1,3 +1,6 @@
{
"lockfileVersion": 1
"name": "sparq-lender",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}

1
package.json Normal file
View File

@ -0,0 +1 @@
{}