zefoy / ngx-perfect-scrollbar

Angular wrapper library for the Perfect Scrollbar
MIT License
521 stars 116 forks source link

update perfect-scrollbar version to support minor releases to prevent scrollTop issues from the perfect-scrollbar package #327

Open mattgek opened 2 years ago

mattgek commented 2 years ago

Lately we are encountering a lot of issues where property scrollTop cannot be read of null. It seems that perfect-scroll-bar has performed a fix for this issue in version 1.5.1. "Cannot read property 'scrollTop' of null" issue

Is it possible to also include minor versions of the perfect-scrollbar package in this lib? --> ^1.5.0 or even ^1.5.1?

Screen Shot 2021-10-19 at 11 43 42