I have applied the perfect-scrollbar class with 'height: auto' on mobile screens, expecting it to work properly. It's functioning well in responsive mode on the web. However, it does not scroll on mobile devices.
@media (max-width: 992px)
{
.parent-class perfect-scrollbar{
height: auto;
}
}