From 19e2ea3ed837a8a6f88637a074f66324c8568d32 Mon Sep 17 00:00:00 2001 From: jimczj Date: Wed, 12 Jun 2019 15:18:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(accordion):=20AtAccordion=E6=8A=98=E5=8F=A0?= =?UTF-8?q?=E8=B5=B7=E6=9D=A5=E4=BF=9D=E7=95=99=E5=86=85=E5=AE=B9=E5=8C=BA?= =?UTF-8?q?=E7=9A=84=E9=AB=98=E5=BA=A6=20fix=20#629?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/components/accordion.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/components/accordion.scss b/src/style/components/accordion.scss index 758fd0e21..d78fa640e 100644 --- a/src/style/components/accordion.scss +++ b/src/style/components/accordion.scss @@ -45,6 +45,7 @@ &--inactive { position: absolute; visibility: hidden; + height: 0; z-index: -10; } }