Closed lixiaoyan closed 1 year ago
@lixiaoyan Thanks for this report!
Unfortunately I'm not owner of a mac, so I'm unable to test those things. (BrowserStack isn't much of a help here because they have configured the system to not have overscroll animations).
Do you mind helping me with fixing this issue in the best possible way? I would need to know when exactly the faulty behavior dissappears:
overscroll-behavior: none
to the selector [data-overlayscrollbars="host"]
overscroll-behavior: none
to the selector [data-overlayscrollbars-viewport]
Also does this happen on the body element as well?
overscroll-behavior: none
to the selector [data-overlayscrollbars="host"]
has no effect on the behavior and does not resolve the issue.overscroll-behavior: none
to the selector [data-overlayscrollbars-viewport]
disables the overscroll effect completely and resolves the issue.https://github.com/KingSora/OverlayScrollbars/assets/1610614/11331a4a-2641-4686-b9aa-418958ed144d
This issue also affects the body scrolling.
The 1.x version does not have this problem.
@lixiaoyan Thanks! I'll look further into this issue!
@lixiaoyan I've fixed this issue in version v2.3.1
In case this issue still exists please don't hesitate to reach out to me in this or a new issue
Hi, I tried the latest version, and it appears to be fixed for elements other than the body. This is still an issue with window scrolling.
https://github.com/KingSora/OverlayScrollbars/assets/1610614/cad62099-9c6b-4e9e-9113-3ec904978a03
Describe the bug The scrollbar has a visual issue with the overscroll behavior on Safari This issue does not appear if the overscroll behavior is disabled (
overscroll-behavior: none
)To Reproduce Open Safari and goto https://kingsora.github.io/OverlayScrollbars/example/overlayscrollbars/
Expected behavior The scrollbar should not jump
Examples
https://github.com/KingSora/OverlayScrollbars/assets/1610614/5c320373-bb69-4de4-bbbc-44a784c5c0bc
Environment