diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 20:40:19 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-17 21:01:48 +0100 |
| commit | a7816c160e06b2ee7684dcb66e1480cfcde0e90a (patch) | |
| tree | e9774271cb36b8102a3a705661c11ec247ab8fd7 /_sass | |
| parent | 15416ecb2d7b0a38eae59385a600a7e27cd59110 (diff) | |
| download | wiki-a7816c160e06b2ee7684dcb66e1480cfcde0e90a.tar.gz wiki-a7816c160e06b2ee7684dcb66e1480cfcde0e90a.tar.bz2 wiki-a7816c160e06b2ee7684dcb66e1480cfcde0e90a.zip | |
Improved blog feature and other minor fixes
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 { |
