From 927e53f1d6c17fd1cb2e7d3a196cc300e07c222c Mon Sep 17 00:00:00 2001 From: Hank X Date: Mon, 14 Oct 2019 17:14:26 +0800 Subject: [PATCH] fixed #200 menu scroll bar issue --- docs/.vuepress/theme/styles/scroll.styl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/theme/styles/scroll.styl b/docs/.vuepress/theme/styles/scroll.styl index 483547cb5..4578e9924 100644 --- a/docs/.vuepress/theme/styles/scroll.styl +++ b/docs/.vuepress/theme/styles/scroll.styl @@ -21,4 +21,6 @@ pre &::-webkit-scrollbar-thumb background-color $codeBorderColor &::-webkit-scrollbar-button - display none \ No newline at end of file + display none +.sidebar + overflow-y auto