Uses cross browser niceScroll to do scrolling on sidebar.
This commit is contained in:
parent
c0f549a95b
commit
71795b9ae8
2 changed files with 2 additions and 16 deletions
|
@ -15,3 +15,5 @@ class @IssuableContext
|
|||
block.find('.selectbox').show()
|
||||
block.find('.value').hide()
|
||||
block.find('.js-select2').select2("open")
|
||||
|
||||
$(".right-sidebar").niceScroll()
|
||||
|
|
|
@ -117,20 +117,4 @@ body {
|
|||
&.ui_violet {
|
||||
@include gitlab-theme(#9988CC, $theme-violet, #443366, #332255);
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar{
|
||||
width: 3px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb{
|
||||
background-color:$theme-charcoal; border-radius: 0;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover{
|
||||
background-color:$theme-charcoal;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track{
|
||||
background-color:#FFF;
|
||||
}
|
Loading…
Reference in a new issue