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 overflow on pre elements #7

Merged
merged 1 commit into from Apr 19, 2015

Conversation

mmalecki
Copy link
Contributor

Setting overflow: scroll forces scroll bars, where as overflow: auto
only applies those when necessary.

What we have now:
scroll

What this PR makes it look like:
no-scroll

What this PR looks like when the pre is actually overflowing:
overflow

Setting `overflow: scroll` forces scroll bars, where as `overflow: auto`
only applies those when necessary.
bcoe added a commit that referenced this pull request Apr 19, 2015
@bcoe bcoe merged commit fa9975c into polyglotweekly:master Apr 19, 2015
@mmalecki mmalecki deleted the fix-overflow-in-pre branch April 20, 2015 03:24
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.

None yet

2 participants