From 0ea94b9d68abb40578e8cf601dd101771db45407 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 21 Jun 2019 17:52:28 +0800 Subject: [PATCH] :bug: Fix Modal 24px bottom area not trigger mask click close #17226 --- components/modal/style/modal.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/modal/style/modal.less b/components/modal/style/modal.less index 7322507f28..656e677791 100644 --- a/components/modal/style/modal.less +++ b/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 {