Browse Source

🐛 Fix Modal 24px bottom area not trigger mask click

close #17226
pull/17229/head
afc163 6 years ago
parent
commit
0ea94b9d68
No known key found for this signature in database GPG Key ID: 738F973FCE5C6B48
  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