From 4297aa9888bb042cff61c2ea7a13a05fd8066182 Mon Sep 17 00:00:00 2001 From: Gavin <19986739+wjw-gavin@users.noreply.github.com> Date: Thu, 3 Nov 2022 21:53:59 +0800 Subject: [PATCH] fix(ActionSheet): fix that close is invalid without title (#11214) --- src/action-sheet/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/action-sheet/index.less b/src/action-sheet/index.less index 17b2e124f..8bbf30350 100644 --- a/src/action-sheet/index.less +++ b/src/action-sheet/index.less @@ -100,6 +100,7 @@ position: absolute; top: 0; right: 0; + z-index: 1; padding: @action-sheet-close-icon-padding; color: @action-sheet-close-icon-color; font-size: @action-sheet-close-icon-size;