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: set viewport to 100%; clean up docs styles a bit #312

Merged
merged 1 commit into from
Jan 28, 2019

Conversation

bcullman
Copy link
Contributor

Description

use 100% for viewport.

also begin to separate doc app styles from component override styles.

fixes #299

@bcullman bcullman requested a review from a team January 28, 2019 05:31
overflow: hidden;
margin-left: auto;
margin-right: auto;
width: 100%;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actual fix is here.

Copy link
Contributor

@jbadan jbadan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@bcullman bcullman merged commit 396de01 into master Jan 28, 2019
@bcullman bcullman deleted the fix/doc-scrollbars branch January 28, 2019 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Docs: fix scrollbars
2 participants