Skip to content

Commit

Permalink
fix(modal): avoid style pollution to the whole world (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljw-codeking committed Aug 26, 2021
1 parent 466d4ed commit 6e7f6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/src/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
width: 520px;
padding-bottom: 0;

.scrollbar {
.ant-modal-body > .scrollbar {
padding: 14px;
}

Expand Down

0 comments on commit 6e7f6f8

Please sign in to comment.