Selaa lähdekoodia

Added workaround explanation.

Mr.doob 4 vuotta sitten
vanhempi
commit
a2b92e5260
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      files/main.css

+ 1 - 1
files/main.css

@@ -386,7 +386,7 @@ iframe {
 }
 }
 
 
 iframe#viewer {
 iframe#viewer {
-	display: none;
+	display: none; /* Workaround: The iframe has white background in Chrome for some reason */
 }
 }
 
 
 #viewer {
 #viewer {