Skip to content

Commit 1632b8b

Browse files
committed
chore: minor cleanups
1 parent 924715e commit 1632b8b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/app/containers/default-layout/default-layout.component.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,5 @@ export class DefaultLayoutComponent {
1111

1212
public navItems = navItems;
1313

14-
public perfectScrollbarConfig = {
15-
suppressScrollX: true,
16-
};
17-
1814
constructor() {}
1915
}

src/scss/styles.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ $enable-rtl: true;
1111
// Import Chart.js custom tooltips styles
1212
@import "@coreui/chartjs/scss/coreui-chartjs";
1313

14-
// perfect scrollbar theming for use with [perfectScrollbar] directive
15-
//@import '~perfect-scrollbar/css/perfect-scrollbar.css';
16-
1714
@import "layout";
1815

1916
// Some temp fixes

0 commit comments

Comments
 (0)