소스 검색

Fix Exception background in Firefox

close #36
afc163 8 년 전
부모
커밋
687057be7e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Exception/index.less

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

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