修复编辑器滚动条BUG

This commit is contained in:
Minho
2017-05-12 11:41:59 +08:00
parent 095957eecf
commit b476567233
3 changed files with 17 additions and 7 deletions

View File

@@ -49,6 +49,13 @@ body{
}
.manual-category .manual-tree{
margin-top: 10px;
width: 280px;
position: absolute;
top: 30px;
right: 0;
left: 0;
bottom: 0;
overflow-y: auto;
}
.manual-category .manual-nav .nav-item{
font-size: 14px;