mercs600 / vue3-perfect-scrollbar

Vue.js wrapper for perfect scrollbar for version 3
MIT License
144 stars 22 forks source link

Scroll doesn't work as expected after tap on scroll on mobile device #9

Open mitow7821 opened 2 years ago

mitow7821 commented 2 years ago

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.

WafelT commented 1 month 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