File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/app/containers/default-layout Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!--sidebar-->
2
2
< c-sidebar
3
3
#sidebar ="cSidebar "
4
- class ="d-print-none "
4
+ class ="d-print-none sidebar sidebar-fixed "
5
5
id ="sidebar "
6
6
visible
7
7
>
21
21
[routerLink]
22
22
>
23
23
</ c-sidebar-brand >
24
- <!-- <perfect-scrollbar [config]="perfectScrollbarConfig">-->
24
+ < perfect-scrollbar [config] ="perfectScrollbarConfig ">
25
+ <!-- [perfectScrollbar]="perfectScrollbarConfig"-->
25
26
< c-sidebar-nav
26
27
[navItems] ="navItems "
27
- [perfectScrollbar] ="perfectScrollbarConfig "
28
28
>
29
29
</ c-sidebar-nav >
30
- <!-- </perfect-scrollbar>-- >
30
+ </ perfect-scrollbar >
31
31
< c-sidebar-toggler
32
32
*ngIf ="!sidebar.narrow "
33
33
toggle ="unfoldable "
38
38
<!--main-->
39
39
< div class ="wrapper d-flex flex-column min-vh-100 bg-light dark:bg-transparent ">
40
40
<!--app-header-->
41
- < app-default-header class ="mb-4 d-print-none " position ="sticky " sidebarId ="sidebar "> </ app-default-header >
41
+ < app-default-header class ="mb-4 d-print-none header header-sticky " position ="sticky " sidebarId ="sidebar "> </ app-default-header >
42
42
<!--app-body-->
43
43
< div class ="body flex-grow-1 px-3 ">
44
44
< c-container breakpoint ="lg " class ="h-auto ">
You can’t perform that action at this time.
0 commit comments