vuescroll
vuescroll copied to clipboard
A customizable scrollbar plugin based on vue.js for PC , mobile phone, touch screen, laptop.
 按照文档引入 出现的。版本5.0.0👀
I use css3 transform scale on vuescroll, when I drag scrollbar mouse is not on scrollbar
通过handle-scroll事件监听垂直滚动的距离,但是滚动到底部的时候滚动条位置不为1,  
ie11环境中出现问题,firefox和chrome中正常 完整代码在https://gitee.com/corn2019/modal-scroll 在main.js中封装模态框 ``` const openModal = (modal, options = {}) => { const ModalConstructor = Vue.extend({ ...modal }) const ModalInstance = new ModalConstructor({ ...options }) ModalInstance.$mount() document.body.appendChild(ModalInstance.$el) } Vue.prototype.$openModal...
Hello everyone I want to make a scroll bar like this. How can I redefine __rail or __bar_button so that the buttons follow __bar-wrap and represent svg elements? 
I would like to use pullRefresh feature only, without custom scroll bars and any other scroll related features. Is this possible to achieve? This is my configuration. It is very...
When the wrapping container has witdth value in subpixels (eg. 500.25px), then applied gutter to minus right margin does not fully hide native scrollbar, while width values with decimal part...
作者你好,当数据量较多的时候,垂直滚动条bar的高度会变得很小,有相关的API可以设置其最小高度吗?