Skip to content

Graphical glitching issue with electron on Mac #46

Description

@e-e-e

On my old 2012 Macbook Pro the app shows glitched out memory space as the window background.

For example:
screen shot 2018-07-07 at 11 13 30 am
screen shot 2018-07-07 at 11 08 11 am

This is apparently caused by not explicitly setting the background colour of the HTML body tag.

body {
  background: white
}

Fixes this issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcssThis issue requires simple css changesgood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions