auto-hide scrollbar on TOC

This commit is contained in:
Phuntsok Drak-pa 2019-01-28 13:49:44 +01:00
parent ab09dbb3d3
commit e51b3f7b04
No known key found for this signature in database
GPG Key ID: 9CB34B6827C66D22
1 changed files with 2 additions and 2 deletions

View File

@ -789,7 +789,7 @@ hr{
left:0;
width:300px;
overflow-x:hidden;
overflow-y:scroll;
overflow-y:auto;
height:100%;
background:#343131;
z-index:200;
@ -1107,5 +1107,5 @@ li, p, dd {
}
pre.src:before {
top: 0;
top: 0;
}