Przeglądaj źródła

Fix Exception background in Firefox

close #36
afc163 8 lat temu
rodzic
commit
687057be7e
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {