Parcourir la source

Set popup background color explicitly

simov il y a 7 ans
Parent
commit
ebc988e716
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      css/popup.css

+ 1 - 0
css/popup.css

@@ -4,6 +4,7 @@ html, body {
   height: auto;
   min-height: auto;
   overflow: hidden;
+  background: #fff;
   padding: 0;
   margin: 0;
 }