diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss index 928e135f..6771c785 100644 --- a/src/.vuepress/styles/index.scss +++ b/src/.vuepress/styles/index.scss @@ -15,28 +15,6 @@ max-height: 120px !important; } -html { - overflow-y: scroll; -} - -::-webkit-scrollbar { - background-color: #EAECEF; - width: 0.5em; -} - -::-webkit-scrollbar-thumb { - background-color: #CCCCCC; -} - -::-webkit-scrollbar-thumb:hover { - background-color: #A5A5A5; -} - -html { - scrollbar-color: #CCCCCC #EAECEF; - scrollbar-width: thin; -} - .expander_details { background-color: #f3f5f7; color: #2E84BF;