Fix issue sidebar not displayed correctly caused by another plugin
This commit is contained in:
parent
05a35eb5d0
commit
def8dd974d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue