🚲 移除官网滚动条

This commit is contained in:
hunlongyu
2020-05-11 17:34:55 +08:00
parent 56c1240423
commit 1a009663a9

View File

@@ -11,6 +11,19 @@
body {
font-family: "Open Sans", sans-serif;
color: #585a61;
overflow-y: scroll;
}
body::-webkit-scrollbar{
width: 5px;
height: 1px;
}
body::-webkit-scrollbar-thumb {
border-radius: 10px;
position: absolute;
}
body::-webkit-scrollbar-track {
border-radius: 10px;
position: absolute;
}
a {