Hacker News new | ask | show | jobs
by falcolas 4071 days ago
In full screen mode, the entire screen goes black. It still accepts input, but I can't actually see what is being typed.

This is on Mac OSX 10.10.3, using Firefox 37.0.2.

1 comments

I cannot for the life of me figure out how to fix this. Maybe someone here knows. I define the fullscreen bg color:

    bg:fullscreen, bg:-webkit-full-screen, bg:-moz-full-screen {
      background-color: rgba(255,255,255,0);
    }
But it does not get respected
Fixed it with *{background: white;}, strangely enough.