-
Hey there,
I would like to use your plugin for a pure flexbox layout. I need it to scroll inside the flexbox container's children. I don't declare any height on purpose because I want to keep the …
-
It seems this package doesn't work with Server Side Rendering project:
```
ReferenceError: window is not defined
at /path/to/project/node_modules/vue-perfect-scrollbar/dist/index.js:1:28820
…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `perfect-scrollbar@1.5.2` for the project I'm working …
-
Ember-Collection should allow for easier integration of custom scrollbar js.
Right now we have to override `EmberNativeScrollable` to change the `contentElement` in `didInsertElement` and the `element…
-
const ps = new PerfectScrollbar('.ag-body-viewport-wrapper', {
wheelSpeed: 2,
wheelPropagation: true,
minScrollbarLength: 20
});
I have use this code in app.module.ts , am using angular v…
-
The perfect scrollbar element does not scroll to the expected offset with the 'smooth' behavior with the latest version of Chrome (v102). There is only a 1px change. It was working with previous versi…
romrg updated
1 month ago
-
Running Lighthouse test on site that uses this library throws a following error, that decreases the overall performance score:
**Does not use passive listeners to improve scrolling performance**
…
-
3rd party integration menu item in the sidebar may not be visible when the window height is too small. This is particularly noticeable on pages with a lot of menu items (such as Core concepts).
On …
-
Recently we have upgraded our application to Angular 8 along with ngx-perfect-scrollbar. Everything works fine with serve and full build also works as expected.
For experimental purpose, I tried t…
-
Hi
i am using two perfect scrollbar tag in same page. its not working, can you please help me to fix.
**my Code**
![Screenshot_2](https://user-images.githubusercontent.com/1201267/55101190-8de9…