Browse Source

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

fix: Modal 24px bottom area not trigger mask click
pull/17236/head
偏右 6 years ago
committed by GitHub
parent
commit
606ed90de1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/modal/style/modal.less

2
components/modal/style/modal.less

@ -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 {

Loading…
Cancel
Save