From def8dd974d2e62569ec1aa00b75efb44b30196cd Mon Sep 17 00:00:00 2001 From: Buu Nguyen Date: Sat, 7 Jun 2014 09:33:17 -0700 Subject: [PATCH] Fix issue sidebar not displayed correctly caused by another plugin --- src/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.less b/src/main.less index fc6a2e3..2994268 100755 --- a/src/main.less +++ b/src/main.less @@ -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;