소스 검색

fix(modal): avoid style pollution to the whole world (#1128)

love-life 3 년 전
부모
커밋
6e7f6f82ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Modal/src/index.less

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

@@ -19,7 +19,7 @@
   width: 520px;
   padding-bottom: 0;
 
-  .scrollbar {
+  .ant-modal-body > .scrollbar {
     padding: 14px;
   }