This commit is contained in:
Van
2018-09-22 12:07:44 +08:00
parent 5008cd8006
commit 14d33704a4
2 changed files with 5 additions and 1 deletions

View File

@@ -478,6 +478,7 @@ img {
/* start side */
.sidebar {
overflow: auto;
width: 320px;
position: fixed;
right: -320px;
@@ -492,6 +493,9 @@ img {
text-align: center;
box-sizing: border-box;
}
.sidebar::-webkit-scrollbar {
display: none;
}
.sidebar a {
color: #999;
border-bottom-color: #555;

File diff suppressed because one or more lines are too long