diff options
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/git-wiki-style.scss | 7 |
1 files changed, 4 insertions, 3 deletions
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 { |
