(Page layouts) Small tweaks

(Config) Disable the router animation by default
This commit is contained in:
Sercan Yemen 2018-06-11 12:02:54 +03:00
parent 928be05725
commit 234dec3d6a
2 changed files with 6 additions and 6 deletions

View File

@ -217,7 +217,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
} }
} }
> .header { .header {
height: $carded-header-height; height: $carded-header-height;
min-height: $carded-header-height; min-height: $carded-header-height;
max-height: $carded-header-height; max-height: $carded-header-height;
@ -229,7 +229,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
} }
} }
> .content { .content {
background: transparent; background: transparent;
} }
} }
@ -342,7 +342,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
> .sidebar { > .sidebar {
> .content { .content {
overflow: auto; overflow: auto;
} }
} }
@ -490,7 +490,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
> .sidebar { > .sidebar {
> .content { .content {
overflow: auto; overflow: auto;
} }
} }
@ -514,7 +514,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
background: none; background: none;
box-shadow: none; box-shadow: none;
> .content { .content {
overflow: auto; overflow: auto;
} }
} }

View File

@ -30,5 +30,5 @@ export const fuseConfig: FuseConfig = {
} }
}, },
customScrollbars: true, customScrollbars: true,
routerAnimation : 'fadeIn' routerAnimation : 'none'
}; };