jQuery-slimScroll은 div
내에서 iframe
처럼 내부 스크롤을 제공하는 jQuery 라이브러리이다.
npm 설치
$ npm install jquery-slimscroll
js 추가
$(function(){
$('#inner-content-div').slimScroll({
height: '250px',
railVisible: true,
railColor: '#222',
railOpacity: 0.3,
wheelStep: 10,
allowPageScroll: false,
disableFadeOut: false
})
})
관련 링크
http://rocha.la/jQuery-slimScroll
https://github.com/rochal/jQuery-slimScroll