vue3-perfect-scrollbar icon indicating copy to clipboard operation
vue3-perfect-scrollbar copied to clipboard

Vue.js wrapper for perfect scrollbar for version 3

Results 12 vue3-perfect-scrollbar issues
Sort by recently updated
recently updated
newest added

Could you please specify what the license for version 2.0 is? The license for 1.x was MIT but now the LICENSE file is missing and there is no license specified...

I am attempting to upgrade the version of the project from 1.6.1 -> 2.0.0. After installing the new package, on running the project I receive an error message: ![image](https://github.com/mercs600/vue3-perfect-scrollbar/assets/5883322/8d11b8f7-99e3-4384-a7bb-518e225dafaf) My...

I set the property to class ps: max-height: 130px When the height of the inner container exceeds 130px a scroll appears. But when the height of the inner container dynamically...

Thanks the team for this nice component 👍 It would be great to support the RTL mode to be able to display the scrollbar on the left like the default...

Please tell me how you can get access to suppressScrollX via $ref. I have a container in which a perfect scrollbar is connected, and there is a modal window on...

Is it possible to create scroll to specific element from vue service? If yes, what is the best way for it?

vite 3 + vue 3 ssr.js ``` import { createSSRApp, h } from 'vue'; import { renderToString } from '@vue/server-renderer'; import { createInertiaApp , Link} from '@inertiajs/inertia-vue3'; import createServer from...

If i try to load the vue3-perfect-scrollbar.umd.js file into my page, i will receive an error: ``` vue3-perfect-scrollbar.umd.js :158 Uncaught ReferenceError: process is not defined at vue3-perfect-scrollbar.umd.js :158:21 at vue3-perfect-scrollbar.umd.js...

I tap on scroll, track is getting wider. Next I click on scroll body to disable "wide active scroll". After this actions normal scrolling doesn't work on mobile.

When page initiated as rtl the scrollbar is located at the left side, but if I change the page direction to ltr, the scrollbar is still at the left side,...