auto-hide scrollbar on TOC
This commit is contained in:
parent
ab09dbb3d3
commit
e51b3f7b04
@ -789,7 +789,7 @@ hr{
|
|||||||
left:0;
|
left:0;
|
||||||
width:300px;
|
width:300px;
|
||||||
overflow-x:hidden;
|
overflow-x:hidden;
|
||||||
overflow-y:scroll;
|
overflow-y:auto;
|
||||||
height:100%;
|
height:100%;
|
||||||
background:#343131;
|
background:#343131;
|
||||||
z-index:200;
|
z-index:200;
|
||||||
@ -1107,5 +1107,5 @@ li, p, dd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pre.src:before {
|
pre.src:before {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user