From 965fce5d0b9ef7066bea21fdd80b99cb53813ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Sun, 7 Jun 2020 20:57:43 +0800 Subject: [PATCH] fix: Menu SubMenu scroll problem (#24806) close #24064 close #24800 --- components/menu/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/menu/style/index.less b/components/menu/style/index.less index 891cd1814e..9fc218a604 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -218,6 +218,7 @@ right: 0; bottom: 0; left: 0; + z-index: -1; width: 100%; height: 100%; opacity: 0.0001;