mirror of
https://github.com/electron/electron.git
synced 2026-01-24 23:08:10 -05:00
Merge pull request #1167 from mal/patch-1
Prevent overflow on webview with height: 100%
This commit is contained in:
@@ -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%'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user