Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYue Yang <g1enyy0ung@gmail.com>2020-07-18 19:51:43 +0300
committerYue Yang <g1enyy0ung@gmail.com>2020-07-18 19:51:43 +0300
commit7c87958f6c6e4fb2cb2f8b9b295f7e66531cf489 (patch)
tree0de3ab013163954c8ebbb4891175e3b6b8046460 /src
parent9acb03e649540a289d794f6c1e06d4af511181f2 (diff)
Unify the scrollbar style
Diffstat (limited to 'src')
-rw-r--r--src/js/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/main.js b/src/js/main.js
index eea7785..5cf4aa4 100644
--- a/src/js/main.js
+++ b/src/js/main.js
@@ -1,4 +1,5 @@
$(document).ready(() => {
+ $('body').overlayScrollbars({})
initFilp()
initGrid()
initTags()