Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
body overflow (horizontal) fix for mobiles #489
Conversation
|
@botweb The suggested fix however creates an inconsistent right margin on mobiles, and gives less space for the language name, which makes an existing issue worse; many languages aren't fully displayed (e.g. Users only see "Englis" instead of "English" or "Franç" instead of "Français"). I think we should edit the layout and CSS so the list is displayed in the menu on mobiles to fix all of these issues at once. (See the screenshot below). |
botweb commentedJul 31, 2014
the negative value of right on .langselect lead to an overflow of the body. This caused vertical scrolling on some browser + hides the arrow down to indicate an setting wich the user can change.