vue-scrolly
vue-scrolly copied to clipboard
Overlay scrollbar for Vue.js.
It shows error `a.match is not a function at VueComponent.onMouseDown` when there are some `` elements inside ``. This is because `svg` element's `className` is `SVGAnimatedString` rather than string. Currently...
I have the scrolly component set to a fixed height and am expecting when the DOM content inside the scrolly viewport is less than or equal to the height of...
Like vertical down key should move the content up and so on...
fix ie11 bug