🐛 Fix Modal 24px bottom area not trigger mask click

close #17226
This commit is contained in:
afc163 2019-06-21 17:52:28 +08:00
parent 6ffef83939
commit 0ea94b9d68
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

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 {