Vitor Buzinaro
Vitor Buzinaro
Yup, latest version. 
I think it's time to rename all our rules to `ter-*` and bump the major version. What do you think, @jmlopez-rod?
Hey @Kovensky, thanks for reporting the problem. This issue shouldn't be too hard to fix, would you open a PR for that?
The goal of this project is to make it possible to people who use TypeScript to easily migrate an ESLint configuration to TSLint. We're not opinionated about what rules you...
Something along the lines: ```jsx import React from 'react' import SimpleScrollbar from 'simple-scrollbar' import 'simple-scrollbar/simple-scrollbar.css' class Scroller extends React.Component { constructor(...args) { super(...args) this.div = React.createRef() } componentDidMount() { SimpleScrollbar.initEl(this.div.current)...
I have open sourced a react version of the library (and I also updated the code while building it, so it works even better than this one). For anyone interested:...
Not a priority for this project, but feel free to fork it and open a PR, I'll be glad to help you.
Hey @Patrik-Lundqvist, thanks for logging this bug report. Please, feel free to open a PR for fixing this, if you'd like to :)
This library was created for vertical scrolls only. Happy to accept PRs though.
AFAIK, it should just work, independent of the content size. What problem are you facing?