Labels in the sidebar overlap due to wrong CSS
Opened this issue · 0 comments
Deleted user commented
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;
}