Commit 6e7f6f82ed2819e02e2b3114884e665d0762d7e9

Authored by love-life
Committed by GitHub
1 parent 466d4edc

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

src/components/Modal/src/index.less
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 width: 520px; 19 width: 520px;
20 padding-bottom: 0; 20 padding-bottom: 0;
21 21
22 - .scrollbar { 22 + .ant-modal-body > .scrollbar {
23 padding: 14px; 23 padding: 14px;
24 } 24 }
25 25