提交 d8a5b8f7 编写于 作者: J Jason Park

fix scrollbar

上级 2e39ff68
...@@ -11,20 +11,23 @@ body { ...@@ -11,20 +11,23 @@ body {
} }
*::-webkit-scrollbar { *::-webkit-scrollbar {
width: 15px; width: 15px;
} }
*::-webkit-scrollbar-track { *::-webkit-scrollbar-track {
background-color: #3C3F41; background-color: rgb(60, 60, 60);
} }
*::-webkit-scrollbar-thumb { *::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, .1);
} }
*::-webkit-scrollbar-button { *::-webkit-scrollbar-button {
background-color: #7c2929; background-color: rgba(0, 0, 0, .3);
} }
*::-webkit-scrollbar-corner { *::-webkit-scrollbar-corner {
background-color: #3C3F41; background-color: rgb(60, 60, 60);
} }
a { a {
...@@ -193,7 +196,7 @@ section { ...@@ -193,7 +196,7 @@ section {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: scroll; overflow: scroll;
visibility: hidden; display: none;
} }
.tab > .wrapper { .tab > .wrapper {
...@@ -202,7 +205,7 @@ section { ...@@ -202,7 +205,7 @@ section {
} }
.tab.active { .tab.active {
visibility: visible; display: block;
} }
#tab_desc > .wrapper a { #tab_desc > .wrapper a {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册