Skip to content

Commit 692f075

Browse files
committed
docs(demos): remove perfect scrollbar from demo
1 parent cfbd013 commit 692f075

File tree

5 files changed

+2
-32
lines changed

5 files changed

+2
-32
lines changed

package-lock.json

+1-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
"ng-packagr": "^5.7.1",
129129
"ngx-clipboard": "^12.3.1",
130130
"ngx-contextmenu": "^5.4.0",
131-
"ngx-perfect-scrollbar": "^8.0.0",
132131
"node-sass": "^4.13.1",
133132
"npm-run-all": "^4.1.5",
134133
"postcss-cli": "^7.1.0",

projects/demos/app/demo-app.html

+1-5
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
<div class="row fill-height">
136136
<div
137137
class="col-md-9 col-xl-10 fill-height scroll-y"
138-
perfectScrollbar
139138
mwlDraggableScrollContainer
140139
>
141140
<div class="card" *ngIf="firstDemoLoaded; else loading">
@@ -195,10 +194,7 @@
195194
</div>
196195
</div>
197196
</div>
198-
<div
199-
class="col-md-3 col-xl-2 fill-height sidebar-nav scroll-y"
200-
perfectScrollbar
201-
>
197+
<div class="col-md-3 col-xl-2 fill-height sidebar-nav scroll-y">
202198
<input
203199
type="search"
204200
class="form-control"

projects/demos/app/demo-app.module.ts

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
NgbTooltipModule,
99
} from '@ng-bootstrap/ng-bootstrap';
1010
import { Angulartics2Module } from 'angulartics2';
11-
import { PerfectScrollbarModule } from 'ngx-perfect-scrollbar';
1211
import { DragAndDropModule } from 'angular-draggable-droppable';
1312
import { DemoAppComponent } from './demo-app.component';
1413
import { DemoComponent as DefaultDemoComponent } from './demo-modules/kitchen-sink/component';
@@ -30,7 +29,6 @@ import { ClipboardModule } from 'ngx-clipboard';
3029
Angulartics2Module.forRoot({
3130
developerMode: !environment.production,
3231
}),
33-
PerfectScrollbarModule,
3432
ClipboardModule,
3533
DefaultDemoModule,
3634
RouterModule.forRoot(

projects/demos/styles.scss

-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
@import '~font-awesome/css/font-awesome.css';
33
@import '~highlight.js/styles/github.css';
44
@import '~flatpickr/dist/flatpickr.css';
5-
@import '~perfect-scrollbar/css/perfect-scrollbar.css';
65
@import '../angular-calendar/src/angular-calendar.scss';

0 commit comments

Comments
 (0)