Преглед изворни кода

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