This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 15c5567 add scrollbar (#1140)
15c5567 is described below
commit 15c5567c2aef3364d04851f735b9ed236c79f911
Author: Sail <[email protected]>
AuthorDate: Sat May 2 14:08:10 2020 +0800
add scrollbar (#1140)
---
site/src/main/.vuepress/styles/index.styl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/main/.vuepress/styles/index.styl
b/site/src/main/.vuepress/styles/index.styl
index 78f5182..5b4ebf2 100644
--- a/site/src/main/.vuepress/styles/index.styl
+++ b/site/src/main/.vuepress/styles/index.styl
@@ -19,5 +19,5 @@
@import 'https://fonts.googleapis.com/css?family=Raleway&display=swap.css';
@import 'https://fonts.googleapis.com/css?family=Lato&display=swap.css';
::-webkit-scrollbar{
- display:none;
+ //display:none;
}
\ No newline at end of file