ELECTRON-538 - Fix the scroll issue (#416)

This commit is contained in:
Kiran Niranjan 2018-07-02 17:16:29 +05:30 committed by Vishwas Shashidhar
parent e1c22ea360
commit 9552e83549

View File

@ -25,7 +25,6 @@ let windowConfig = {
show: false,
modal: true,
autoHideMenuBar: true,
resizable: false,
webPreferences: {
preload: path.join(__dirname, 'configure-notification-position-preload.js'),
sandbox: sandboxed,