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

Fix navbar not being mobile friendly #2

Closed
robaxelsen opened this issue Apr 12, 2017 · 2 comments
Closed

Fix navbar not being mobile friendly #2

robaxelsen opened this issue Apr 12, 2017 · 2 comments

Comments

@robaxelsen
Copy link
Owner

robaxelsen commented Apr 12, 2017

Currently the navbar's width is too wide on mobile. The behavior should be that it follows current bootstrap col-sm width. Check if putting nav outside container helps. If not, look into how to size it with appropriate bootstrap class or css.

@robaxelsen robaxelsen self-assigned this Apr 12, 2017
@robaxelsen robaxelsen moved this from Issues to In progress in JavaScript Calculator Apr 13, 2017
@robaxelsen
Copy link
Owner Author

Moving it outside container did not fix the issue. Will investigate further.

@robaxelsen
Copy link
Owner Author

Fixed with adjustment to viewport. Had to do some adjustments to make it behave properly, such as removing max-width from jumbotron tolet col-X decide width, and add "overflow: auto;" to dynamically set height.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant