Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mitow7821 opened this issue Apr 27, 2022 · 1 comment
Open

Comments

@mitow7821
Copy link

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
Copy link

WafelT commented Oct 15, 2024

.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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants