electron-titlebar icon indicating copy to clipboard operation
electron-titlebar copied to clipboard

Keep titlebar below header when scrolling

Open xatzisktv opened this issue 7 years ago • 2 comments

Is there a way to keep the titlebar below the header when scrolling through the application?

xatzisktv avatar Feb 25 '18 14:02 xatzisktv

Just found it. You change #electron-titlebar position to fixed in titlebar.css

xatzisktv avatar Feb 25 '18 14:02 xatzisktv

If I was you, I'll use a wrapper in <body> instead of making <body> scrollable.

Menci avatar Jun 14 '18 05:06 Menci