From ad39a9450d3d3dc2941c6380a5ab4d2fa4ff8bea Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 21 Jun 2019 17:45:46 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20Fix=20Layout.Sider=E2=80=98s=20zero-wid?= =?UTF-8?q?th=20trigger=20z-index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #17160 --- components/layout/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/layout/style/index.less b/components/layout/style/index.less index 0fab878680..98dfe47e52 100644 --- a/components/layout/style/index.less +++ b/components/layout/style/index.less @@ -96,6 +96,7 @@ position: absolute; top: @layout-header-height; right: -@layout-zero-trigger-width; + z-index: 1; width: @layout-zero-trigger-width; height: @layout-zero-trigger-height; color: @layout-trigger-color;