Fix issue sidebar not displayed correctly caused by another plugin

This commit is contained in:
Buu Nguyen 2014-06-07 09:33:17 -07:00
parent 05a35eb5d0
commit def8dd974d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ html, .header > .container, .repohead > .container, .site > .container {
}
.octotree_sidebar {
position: fixed;
position: fixed !important;
padding-top: 41px;
overflow: visible;
top: 0;