ember-scrollable icon indicating copy to clipboard operation
ember-scrollable copied to clipboard

A simple Ember wrapper around Trackpad Scroll Emulator

Results 33 ember-scrollable issues
Sort by recently updated
recently updated
newest added

Use case: scroll bar that scrolls content not visually adjacent to the scrollbar, and you don't want the content to have its own scrollbar, so you'd implement it with two...

Hi there, is it obligatory to have a `ember-element-resize-detector` as a dependency? And it could be very useful if it can save the position of scroll when the wrapping div...

I'm using your module through [ember-light-table](https://github.com/offirgolan/ember-light-table), and I'm getting this error when testing through phantomjs: "TypeError: undefined is not a function (evaluating 'Number.parseInt(offset, 10)')", at the function call [here](https://github.com/alphasights/ember-scrollable/blob/f956d5076077a1032b5306ffbffd4da8512b189e/addon/components/scroll-content-element.js#L156). I'm...