-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Hi all,
Has anyone had an issue with a lack of scrolling ability in the BrowserWindow()? I cannot get mine to scroll.
Here is my browser window section:
mainWindow = new BrowserWindow({
width: 1024,
height: 768,
contentIsolation: false,
scrollBounce: true,
nodeIntegration: true,
webPreferences: {
blinkFeatures: 'OverlayScrollbars'
},
frame: true,
minWidth: 1024,
minHeight: 768
});
Metadata
Metadata
Assignees
Labels
No labels