From a7816c160e06b2ee7684dcb66e1480cfcde0e90a Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 17 Dec 2018 20:40:19 +0100 Subject: Improved blog feature and other minor fixes --- _sass/git-wiki-style.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '_sass') diff --git a/_sass/git-wiki-style.scss b/_sass/git-wiki-style.scss index c40fd08..e3fb194 100644 --- a/_sass/git-wiki-style.scss +++ b/_sass/git-wiki-style.scss @@ -107,11 +107,12 @@ img { header { width: 272px; float: left; - position: fixed; + /*position: fixed;*/ -webkit-font-smoothing: subpixel-antialiased; - overflow-y: auto; - overflow-x: auto; + /*overflow-y: auto; + overflow-x: auto;*/ max-height: 100%; + margin-bottom: 30px; } header .downloads { -- cgit