slim-scroll icon indicating copy to clipboard operation
slim-scroll copied to clipboard

HTML element scroll bar as replacement for default browser's scroll-bar. Design as you want using CSS.

Results 11 slim-scroll issues
Sort by recently updated
recently updated
newest added

Can't make it work with horizontal scrolling div. Can you include it in demonstration?

enhancement

`.slimScrollBar` is on top of the content which can interfere with the user's ability to read and digest the content. The scrollbar should at least have an option to appear...

It has a fatal error that breaks everything in this part of the code, which causes the text to go up and down... ``` $scope.$watch(function() { return wrapperDomElement.scrollHeight; }, function(newValue,...

need-more-info

Or at least hide them behind a flag

I wanted to make a transparent slider with border, but that causes the default scrollbar to appears when slider reaches the bottom end. To reproduce with inspector simply add to...

I fixed the bug I encountered in isssue #33

**Situation:** I am building a "event log" that can take any number of logs; each log entry is in it's own `div` element. **Problem:** I found that when you resize...

Currently, the code is hardcoded to place the scrollbar at right side. Which can be override but it might make things complicated.

enhancement

Scroll bar width calculation is not necessary. Instead we can just increase the `right` css property to one assuring level which works on all browsers and also increasing the `padding-right`...

enhancement