mirror of
https://github.com/electron/electron.git
synced 2026-01-24 23:08:10 -05:00
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.