ELECTRON-4-PHP
                                
                                
                                
                                    ELECTRON-4-PHP copied to clipboard
                            
                            
                            
                        Scrolling issue
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 });