We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf19ecc + 4fee7eb commit d20a268Copy full SHA for d20a268
projects/dxc-ngx-cdk/src/lib/dxc-standard/dxc-standard.component.ts
@@ -46,6 +46,10 @@ export class DxcStandardComponent implements OnInit {
46
47
getDynamicStyle(inputs) {
48
return css`
49
+ min-height: 100vh;
50
+ margin: 0;
51
+ display: flex;
52
+ flex-direction: column;
53
dxc-header{
54
width: 100%;
55
}
@@ -59,6 +63,7 @@ export class DxcStandardComponent implements OnInit {
59
63
60
64
dxc-footer{
61
65
66
+ margin-top: auto;
62
67
68
`;
69
0 commit comments