fix(sidebar): fix a display issue on low resolution (#697)

pull/701/head
Anthony Lapenna 2017-03-18 13:08:39 +01:00 committed by GitHub
parent dcce211676
commit 497a8392f6
1 changed files with 4 additions and 0 deletions

View File

@ -286,6 +286,10 @@ a[ng-click]{
margin: 0 auto;
}
ul.sidebar {
bottom: 40px;
}
ul.sidebar .sidebar-list a.active {
color: #fff;
text-indent: 22px;