gabrielbull / react-desktop

React UI Components for macOS High Sierra and Windows 10
http://reactdesktop.js.org
MIT License
9.51k stars 461 forks source link

Add the Electron demo (#141) #143

Closed langyo closed 5 years ago

langyo commented 5 years ago

I have resolved the problem. It just only needs to add these CSS codes:

body {
      padding: 0px;
      margin: 0px;
    }

And also I was provide a Electron demo. :P

davej commented 5 years ago

Thanks @langyo. Does this also fix the upper-right control bar?

langyo commented 5 years ago

Thanks @langyo. Does this also fix the upper-right control bar?

Yep, and the solution is actually at the beginning of this issue.