Open mitow7821 opened 2 years ago
.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
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.