electron-titlebar
electron-titlebar copied to clipboard
Keep titlebar below header when scrolling
Is there a way to keep the titlebar below the header when scrolling through the application?
Just found it. You change #electron-titlebar position to fixed in titlebar.css
If I was you, I'll use a wrapper in <body>
instead of making <body>
scrollable.