From 3d0255f388d7a118dfa3f3f8d71640d9138d4ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BE=BD=E7=86=99?= <1491812683@qq.com> Date: Thu, 10 Sep 2020 15:37:14 +0800 Subject: [PATCH] fix: hide scroll bar in menu --- @antv/gatsby-theme-antv/site/templates/markdown.module.less | 1 + 1 file changed, 1 insertion(+) diff --git a/@antv/gatsby-theme-antv/site/templates/markdown.module.less b/@antv/gatsby-theme-antv/site/templates/markdown.module.less index 28d52f9b..a171c538 100644 --- a/@antv/gatsby-theme-antv/site/templates/markdown.module.less +++ b/@antv/gatsby-theme-antv/site/templates/markdown.module.less @@ -224,6 +224,7 @@ // menu 滚动 :global { .ant-layout-sider-children { + overflow-x: hidden; overflow-y: auto; border-right: 1px solid #f0f0f0; }