iominh / ng-scrollbars

Angular wrapper of Malihu's jQuery Custom Scrollbar
http://iominh.github.io/ng-scrollbars/
MIT License
202 stars 62 forks source link

Make scroll bar sit on top of content, no extra width #35

Open djoks opened 8 years ago

djoks commented 8 years ago

Hello, please see my screenshot I would like to get rid of the gap on the right where the scroll bar is, my content should fill the entire side-bar area, I want to scroll bar to appear on top of the content now expand the width next to it.

isherwood commented 7 years ago
.mCSB_container_wrapper {margin-right: 0;}
.mCSB_container_wrapper > .mCSB_container {padding-right: 0;}