ttiny/jsdocgen

Labels in the sidebar overlap due to wrong CSS

Opened this issue · 0 comments

Should be:

#DocBlockViewer-Sidebar .HtmlArea ul>li>.label.small {
z-index: 1;
float: right;
margin-right: 3px;
}

instead of

#DocBlockViewer-Sidebar .HtmlArea ul>li>.label.small {
z-index: 1;
position: absolute;
right: 3px;
}