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

Docs: horizontal scroll on small screen/mobile #24877

Closed
patrickhlauke opened this issue Nov 26, 2017 · 1 comment
Closed

Docs: horizontal scroll on small screen/mobile #24877

patrickhlauke opened this issue Nov 26, 2017 · 1 comment

Comments

@patrickhlauke
Copy link
Member

patrickhlauke commented Nov 26, 2017

There are 5 instances in our current documentation where, on a mobile device, there's an unsightly horizontal scroll due to elements being wider than 100% of the viewport.

Although these appear in the documentation, some of them may point to things that need fixing in core bootstrap regarding width/margins/responsiveness.

The below were found testing the docs as they stand just now in repo, using Chrome DevTools device emulation set to iPhone 6 (375px width)

1-components-buttons
Components > Buttons

2-components-input-group
Components > Input groups

3-components-modal
Components > Modal (addressed by #24878)

4-components-pagination
Components > Pagination

5-utilities-text
Utilities > Text

@patrickhlauke
Copy link
Member Author

To purely address the "don't make docs scroll horizontally" issue, added all necessary fixes to #24878

However, the root issue of why button groups, custom file inputs and large pagination cause an overflow in the first place / don't adapt to the correct width should likely still be investigated properly.

@patrickhlauke patrickhlauke changed the title Docs: horizontal scroll on mobile Docs: horizontal scroll on small screen/mobile Nov 26, 2017
@mdo mdo added the has-pr label Nov 27, 2017
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

2 participants