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