Add a scrollbar to the TOC

Replace `min-height' by `height', and add `overflow-y:scroll'.
This commit is contained in:
Fabrice Niessen 2015-05-05 23:49:30 +02:00
parent 211d9f58b7
commit 76beaa6ffc
2 changed files with 6 additions and 4 deletions

View File

@ -690,8 +690,9 @@ hr{
top:0;
left:0;
width:300px;
overflow:hidden;
min-height:100%;
overflow-x:hidden;
overflow-y:scroll;
height:100%;
background:#343131;
z-index:200}

View File

@ -847,8 +847,9 @@ hr{
top:0;
left:0;
width:300px;
overflow:hidden;
min-height:100%;
overflow-x:hidden;
overflow-y:scroll;
height:100%;
background:#343131;
z-index:200}