From e8cb42313b660d69e2047488e2fb2335f65eb1a4 Mon Sep 17 00:00:00 2001 From: Eiinu Date: Fri, 5 Jan 2024 00:46:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(picker):=20=E4=BF=AE=E5=A4=8D=20Safari=20?= =?UTF-8?q?=E4=B8=8B=E9=81=AE=E7=BD=A9=E5=B1=82=E7=BA=A7=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#2821)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/packages/__VUE/picker/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packages/__VUE/picker/index.scss b/src/packages/__VUE/picker/index.scss index eab46b6dfb..5070d64c51 100644 --- a/src/packages/__VUE/picker/index.scss +++ b/src/packages/__VUE/picker/index.scss @@ -175,6 +175,7 @@ linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)); background-repeat: no-repeat; background-position: top, bottom; + transform: translateZ(0); z-index: 1; } }