Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphical glitching issue with electron on Mac #46

Open
e-e-e opened this issue Jul 7, 2018 · 0 comments
Open

Graphical glitching issue with electron on Mac #46

e-e-e opened this issue Jul 7, 2018 · 0 comments
Labels
bug Something isn't working css This issue requires simple css changes good first issue Good for newcomers help wanted Extra attention is needed

Comments

@e-e-e
Copy link
Member

e-e-e commented Jul 7, 2018

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.

@e-e-e e-e-e added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers css This issue requires simple css changes labels Jul 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working css This issue requires simple css changes good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant