From 89f71735a8335b525690c06fbc7b22f8b3d6bca5 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Tue, 3 Jul 2018 13:51:31 +0300 Subject: [PATCH] (Footer) Make the footer fixed for the Demo so the links can be seen at all times --- src/app/fuse-config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/fuse-config/index.ts b/src/app/fuse-config/index.ts index 4b9e9adc..cf924d74 100644 --- a/src/app/fuse-config/index.ts +++ b/src/app/fuse-config/index.ts @@ -25,7 +25,7 @@ export const fuseConfig: FuseConfig = { }, footer : { hidden : false, - position : 'below-static', + position : 'below-fixed', background: 'mat-fuse-dark-900-bg' } },