(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;
min-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;
}
}
@ -342,7 +342,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
> .sidebar {
> .content {
.content {
overflow: auto;
}
}
@ -490,7 +490,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
> .sidebar {
> .content {
.content {
overflow: auto;
}
}
@ -514,7 +514,7 @@ $carded-header-height-without-toolbar-sm: $carded-header-height-sm - $carded-too
background: none;
box-shadow: none;
> .content {
.content {
overflow: auto;
}
}

View File

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