angular-slimscroll
angular-slimscroll copied to clipboard
customization is not working
i am using this
<div class="scroll-body" slimscroll="{width: '80px'}" > for custom height but it is not working it is taking its default height
Width is not the same as height, your configuration object should look like:
{height: '80px'}