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 () { controller: [function () {
$('#backTop').backTop({ $('#backTop').backTop({
'position': 200, 'position': 200,
'speed': 500 'speed': 100
}); });
}], }],
templateUrl: 'app/components/backTop/backTop.html' templateUrl: 'app/components/backTop/backTop.html'

View File

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

View File

@ -10,7 +10,7 @@
<div class="user-profile clearfix"> <div class="user-profile clearfix">
<div class="al-user-profile dropdown"> <div class="al-user-profile dropdown">
<a href class="dropdown-toggle" data-toggle="dropdown"> <a href class="dropdown-toggle" data-toggle="dropdown">
<img src="img/pic-profile-small.png"> <img src="img/Nasta.png">
</a> </a>
<div class="dropdown-menu top-dropdown-menu profile-dropdown"> <div class="dropdown-menu top-dropdown-menu profile-dropdown">
<i class="dropdown-arr"></i> <i class="dropdown-arr"></i>

View File

@ -1,7 +1,3 @@
#calendar {
@include scrollbars(.5em, #ccc, #fff);
}
.fc { .fc {
direction: ltr; direction: ltr;
text-align: left; text-align: left;
@ -308,12 +304,13 @@
} }
.fc-scroller { .fc-scroller {
overflow-y: scroll; //overflow-y: scroll;
overflow-x: hidden; //overflow-x: hidden;
& > * { & > * {
position: relative; //position: relative;
width: 100%; //width: 100%;
overflow: hidden; //overflow: hidden;
//height: 100%;
} }
} }

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB