vuescroll icon indicating copy to clipboard operation
vuescroll copied to clipboard

A customizable scrollbar plugin based on vue.js for PC , mobile phone, touch screen, laptop.

Results 22 vuescroll issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/46159623/178423649-a571985c-75d3-45b3-951c-1c39d96afe47.png) 按照文档引入 出现的。版本5.0.0👀

bug report

I use css3 transform scale on vuescroll, when I drag scrollbar mouse is not on scrollbar

bug report

通过handle-scroll事件监听垂直滚动的距离,但是滚动到底部的时候滚动条位置不为1, ![企业微信截图_16540007024204](https://user-images.githubusercontent.com/23431308/171175886-aa759d99-9d06-4154-b5ec-234cf5efa8db.png) ![image](https://user-images.githubusercontent.com/23431308/171175837-59e880c6-2b1c-4cf4-9f17-e0cdc8114bd6.png)

bug report

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...

bug report
need repro

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? ![2020-10-06_12-26-30](https://user-images.githubusercontent.com/15728696/95177444-3e503280-07cf-11eb-885d-db8b90fa3390.jpg)

feature request

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...

feature request

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...

help wanted

作者你好,当数据量较多的时候,垂直滚动条bar的高度会变得很小,有相关的API可以设置其最小高度吗?