Quellcode durchsuchen

Fix Exception background in Firefox

close #36
afc163 vor 8 Jahren
Ursprung
Commit
687057be7e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 {