diff --git a/src/app/components/backTop/backTop.js b/src/app/components/backTop/backTop.js index 329b5c6..2b343ee 100644 --- a/src/app/components/backTop/backTop.js +++ b/src/app/components/backTop/backTop.js @@ -6,7 +6,7 @@ blurAdminApp.directive('backTop', function () { controller: [function () { $('#backTop').backTop({ 'position': 200, - 'speed': 500 + 'speed': 100 }); }], templateUrl: 'app/components/backTop/backTop.html' diff --git a/src/app/components/blurPanel/_blurPanel.scss b/src/app/components/blurPanel/_blurPanel.scss index 3093616..b967498 100644 --- a/src/app/components/blurPanel/_blurPanel.scss +++ b/src/app/components/blurPanel/_blurPanel.scss @@ -38,5 +38,4 @@ .panel-body { padding: 16px 22px; - @include scrollbars(.5em, #ccc, #fff); } \ No newline at end of file diff --git a/src/app/components/pageTop/pageTop.html b/src/app/components/pageTop/pageTop.html index bcd54cb..c40d0da 100644 --- a/src/app/components/pageTop/pageTop.html +++ b/src/app/components/pageTop/pageTop.html @@ -10,7 +10,7 @@