-
Notifications
You must be signed in to change notification settings - Fork 28
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
Scrollbar not moving on mobile #4
Comments
Same on iPhone with safari. Seams you are using the wrong events here. |
Same Android 6 - Chrome. Elephone C1. |
You can understand more about it on #2 |
@luiguild, @Donkfather, @appinteractive, @breadlesscode, as a workaround we can just hide @media (pointer: coarse) {
.bar--vertical, .bar--horizontal
display: none;
} |
IMHO VBar is not focused on mobile cases... We don't have the same scroll problem on mobile browsers like in desktop cases... I don't maked this component thinkin in mobile apps... All mobile Browsers (Firefox, Chrome, Safari, Opera and others) already resolved the scroll bar design problem... I recommend that you create this media query to hide the component bars... I will plan make this by default in the next version... |
Hi, in the demo the scrollbar is not moving. Samsung S4 with Chrome
The text was updated successfully, but these errors were encountered: