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 11<!--sidebar-->
22< c-sidebar
33 #sidebar ="cSidebar "
4- class ="d-print-none "
4+ class ="d-print-none sidebar sidebar-fixed "
55 id ="sidebar "
66 visible
77>
2121 [routerLink]
2222 >
2323 </ c-sidebar-brand >
24- <!-- <perfect-scrollbar [config]="perfectScrollbarConfig">-->
24+ < perfect-scrollbar [config] ="perfectScrollbarConfig ">
25+ <!-- [perfectScrollbar]="perfectScrollbarConfig"-->
2526 < c-sidebar-nav
2627 [navItems] ="navItems "
27- [perfectScrollbar] ="perfectScrollbarConfig "
2828 >
2929 </ c-sidebar-nav >
30- <!-- </perfect-scrollbar>-- >
30+ </ perfect-scrollbar >
3131 < c-sidebar-toggler
3232 *ngIf ="!sidebar.narrow "
3333 toggle ="unfoldable "
3838<!--main-->
3939< div class ="wrapper d-flex flex-column min-vh-100 bg-light dark:bg-transparent ">
4040 <!--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 >
4242 <!--app-body-->
4343 < div class ="body flex-grow-1 px-3 ">
4444 < c-container breakpoint ="lg " class ="h-auto ">
You can’t perform that action at this time.
0 commit comments