From d2d323bb027f4335729237a7c6eff4bef199ff44 Mon Sep 17 00:00:00 2001 From: Pan Date: Mon, 28 May 2018 11:01:07 +0800 Subject: [PATCH] fix: [sidebar.css] : style bug in windows #702 --- src/styles/sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss index 26cece0c..c87dddfc 100644 --- a/src/styles/sidebar.scss +++ b/src/styles/sidebar.scss @@ -22,7 +22,7 @@ transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out; } .scrollbar-wrapper { - height: calc(100% + 15px); + overflow-x: hidden!important; .el-scrollbar__view { height: 100%; }