Explorar el Código

Fix Exception background in Firefox

close #36
afc163 hace 8 años
padre
commit
687057be7e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Exception/index.less

+ 1 - 1
src/components/Exception/index.less

@@ -30,7 +30,7 @@
     float: right;
     background-repeat: no-repeat;
     background-position: 50% 50%;
-    background-size: 100% 100%;
+    background-size: contain;
   }
 
   .content {