Merge pull request #1167 from mal/patch-1
Prevent overflow on webview with height: 100%
This commit is contained in:
commit
54c948409e
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ registerBrowserPluginElement = ->
|
|||
@setAttribute 'type', 'application/browser-plugin'
|
||||
@setAttribute 'id', 'browser-plugin-' + getNextId()
|
||||
# The <object> node fills in the <webview> container.
|
||||
@style.display = 'block'
|
||||
@style.width = '100%'
|
||||
@style.height = '100%'
|
||||
|
||||
|
|
Loading…
Reference in a new issue