Skip to content

Commit

Permalink
fix scroll bars
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaDanovsky committed Nov 18, 2015
1 parent 262b564 commit 23183f4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/app/components/backTop/backTop.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ blurAdminApp.directive('backTop', function () {
controller: [function () {
$('#backTop').backTop({
'position': 200,
'speed': 500
'speed': 100
});
}],
templateUrl: 'app/components/backTop/backTop.html'
Expand Down
1 change: 0 additions & 1 deletion src/app/components/blurPanel/_blurPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@

.panel-body {
padding: 16px 22px;
@include scrollbars(.5em, #ccc, #fff);
}
2 changes: 1 addition & 1 deletion src/app/components/pageTop/pageTop.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="user-profile clearfix">
<div class="al-user-profile dropdown">
<a href class="dropdown-toggle" data-toggle="dropdown">
<img src="img/pic-profile-small.png">
<img src="img/Nasta.png">
</a>
<div class="dropdown-menu top-dropdown-menu profile-dropdown">
<i class="dropdown-arr"></i>
Expand Down
15 changes: 6 additions & 9 deletions src/app/pages/dashboard/widgets/calendar/_calendar.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#calendar {
@include scrollbars(.5em, #ccc, #fff);
}

.fc {
direction: ltr;
text-align: left;
Expand Down Expand Up @@ -308,12 +304,13 @@
}

.fc-scroller {
overflow-y: scroll;
overflow-x: hidden;
//overflow-y: scroll;
//overflow-x: hidden;
& > * {
position: relative;
width: 100%;
overflow: hidden;
//position: relative;
//width: 100%;
//overflow: hidden;
//height: 100%;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$left-space: 180px;

@include scrollbars(.5em, #f4f4f4, #142840);
@include scrollbars(.5em, #d9d9d9, rgba(0,0,0,0));

html {
position: relative;
Expand Down
1 change: 1 addition & 0 deletions src/assets/css/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

::-webkit-scrollbar-thumb {
background: $foreground-color;
border-radius: 5px;
}

::-webkit-scrollbar-track {
Expand Down
Binary file removed src/assets/pictures/pic-profile-small.png
Binary file not shown.

0 comments on commit 23183f4

Please sign in to comment.