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

japancars.ru - mobile site is not usable #7812

Closed
webcompat-bot opened this issue Jun 27, 2017 · 2 comments
Closed

japancars.ru - mobile site is not usable #7812

webcompat-bot opened this issue Jun 27, 2017 · 2 comments

Comments

@webcompat-bot
Copy link

URL: http://japancars.ru/catalogs
Browser / Version: Firefox Mobile 55.0
Operating System: Android 4.3
Problem type: Mobile site is not usable

Steps to Reproduce

  1. Navigate to: http://japancars.ru/catalogs

Expected Behavior:

Actual Behavior:

From webcompat.com with ❤️

@adamopenweb
Copy link
Collaborator

adamopenweb commented Jun 28, 2017

Thanks for the report. The issue here is on Firefox mobile you can't scroll horizontally, but you can in Chrome mobile.

The reason is the HTML element has this CSS:

html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}

If the website removes overflow: -moz-scrollbars-vertical; it would be possible to scroll horizontally in Firefox mobile.

Setting to needscontact.

@adamopenweb
Copy link
Collaborator

This site is responding with a 502 error code now. Closing for now. Please comment or reopen if you can still reproduce the original issue.

@adamopenweb adamopenweb modified the milestones: needscontact, invalid Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants