rhysd / electron-about-window

'About This App' mini-window for Electron apps
https://www.npmjs.com/package/about-window
MIT License
409 stars 46 forks source link

Updated CSS to work on frameless windows #41

Closed mnakalay closed 5 years ago

mnakalay commented 5 years ago

When making the window frameless, the logo and the close button were not clickable anymore as they became drag regions.

This simple CSS fix takes care of that

rhysd commented 5 years ago

Thanks for catching this. I'm not using this library with frameless window so I did not notice that.