Skip to content

Scrolling issue #36

@johnhart96

Description

@johnhart96

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions