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

This commit is contained in:
love-life 2021-08-26 20:01:05 +08:00 committed by GitHub
parent 466d4edcd0
commit 6e7f6f82ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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