vue3-perfect-scrollbar
vue3-perfect-scrollbar copied to clipboard
Scroll doesn't work as expected after tap on scroll on mobile device
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.
.ps {
@media (hover: none) and (pointer: coarse) {
.ps__rail-x {
opacity: 1 !important;
visibility: visible !important;
}
.ps__rail-y {
opacity: 1 !important; /* Always visible */
visibility: visible !important;
}
}
}
You have to make rails always visible