electron/atom/renderer/lib/web-view
Mal Graty 7eecb84898 Prevent overflow on webview with height: 100%
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.
2015-02-21 22:34:57 +00:00
..
guest-view-internal.coffee Don't set contentWindow property for <webview> 2015-01-12 14:17:49 -08:00
web-view-attributes.coffee Cleanup usaages of asar: protocol 2015-01-31 18:50:26 -08:00
web-view-constants.coffee Cleanup usaages of asar: protocol 2015-01-31 18:50:26 -08:00
web-view.coffee Prevent overflow on webview with height: 100% 2015-02-21 22:34:57 +00:00