(Footer) Make the footer fixed for the Demo so the links can be seen at all times

This commit is contained in:
Sercan Yemen 2018-07-03 13:51:31 +03:00
parent 51d7c6fd6f
commit 89f71735a8

View File

@ -25,7 +25,7 @@ export const fuseConfig: FuseConfig = {
}, },
footer : { footer : {
hidden : false, hidden : false,
position : 'below-static', position : 'below-fixed',
background: 'mat-fuse-dark-900-bg' background: 'mat-fuse-dark-900-bg'
} }
}, },