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

Prevent overflow on webview with height: 100% #1167

Merged
merged 1 commit into from
Feb 27, 2015
Merged

Conversation

mal
Copy link
Contributor

@mal mal commented Feb 21, 2015

Without this, the object element gets displayed inline which in chromium means that it slightly exceeds it's bounds. Unfortunately there's no nice way to mitigate this issue as I can't find a way to get extra css into this intermediate page. However, forcing a block display solves the issue.

Without this, the object element gets displayed `inline` which in chromium means that it slightly exceeds it's bounds. Unfortunately there's no nice way to mitigate this issue as I can't find a way to get extra css into this intermediate page. However, forcing a block display solves the issue.
@zcbenz
Copy link
Member

zcbenz commented Feb 27, 2015

It looks good to me, thanks!

zcbenz added a commit that referenced this pull request Feb 27, 2015
Prevent overflow on webview with height: 100%
@zcbenz zcbenz merged commit 54c9484 into electron:master Feb 27, 2015
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