浏览代码

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;
   }