Skip to content

Commit

Permalink
Don't hardcode slimscroll options. (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad authored and almasaeed2010 committed Oct 26, 2017
1 parent c3fb2e2 commit 5339340
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/js/Layout.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@


// Add slimscroll // Add slimscroll
$(Selector.sidebar).slimScroll({ $(Selector.sidebar).slimScroll({
height: ($(window).height() - $(Selector.mainHeader).height()) + 'px', height: ($(window).height() - $(Selector.mainHeader).height()) + 'px'
color : 'rgba(0,0,0,0.2)',
size : '3px'
}) })
} }
} }
Expand Down

0 comments on commit 5339340

Please sign in to comment.