Merge pull request #17229 from ant-design/adjust-modal-padding-bottom

fix: Modal 24px bottom area not trigger mask click
This commit is contained in:
偏右 2019-06-21 22:42:09 +08:00 committed by GitHub
commit 606ed90de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
width: auto;
margin: 0 auto;
padding-bottom: 24px;
pointer-events: none;
&-wrap {
position: fixed;
@ -40,6 +41,7 @@
border: 0;
border-radius: @border-radius-base;
box-shadow: @shadow-2;
pointer-events: auto;
}
&-close {