add black bg to styles, maybe this sets the BG on IITCM when the "Your account is not enabled to play…" message pops up

This commit is contained in:
Stefan Breunig 2013-03-10 17:41:19 +01:00
parent 08486a144e
commit 3ce0217180

View File

@ -4,6 +4,7 @@ html, body, #map {
height: 100%;
width: 100%;
overflow: hidden; /* workaround for #373 */
background: #000;
}
body {