fix scroll bars

pull/3/head
KostyaDanovsky 2015-11-18 15:01:44 +03:00
parent 262b5646cf
commit 23183f4494
7 changed files with 10 additions and 13 deletions

View File

@ -6,7 +6,7 @@ blurAdminApp.directive('backTop', function () {
controller: [function () {
$('#backTop').backTop({
'position': 200,
'speed': 500
'speed': 100
});
}],
templateUrl: 'app/components/backTop/backTop.html'

View File

@ -38,5 +38,4 @@
.panel-body {
padding: 16px 22px;
@include scrollbars(.5em, #ccc, #fff);
}

View File

@ -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>

View File

@ -1,7 +1,3 @@
#calendar {
@include scrollbars(.5em, #ccc, #fff);
}
.fc {
direction: ltr;
text-align: left;
@ -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%;
}
}

View File

@ -1,6 +1,6 @@
$left-space: 180px;
@include scrollbars(.5em, #f4f4f4, #142840);
@include scrollbars(.5em, #d9d9d9, rgba(0,0,0,0));
html {
position: relative;

View File

@ -6,6 +6,7 @@
::-webkit-scrollbar-thumb {
background: $foreground-color;
border-radius: 5px;
}
::-webkit-scrollbar-track {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB