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

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;
}