diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-08-29 19:40:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-29 19:40:06 +0200 |
| commit | dd78e1d1b49e7a011bee241d2cb087515640b746 (patch) | |
| tree | 17fcd5c42f55038518e139de19570c9765edfecc | |
| parent | e4c2d1e191ad3e3f80c161996b9db81680b82747 (diff) | |
| download | wiki-dd78e1d1b49e7a011bee241d2cb087515640b746.tar.gz wiki-dd78e1d1b49e7a011bee241d2cb087515640b746.tar.bz2 wiki-dd78e1d1b49e7a011bee241d2cb087515640b746.zip | |
Fixed not scrollable header on small screens or long menu
| -rw-r--r-- | _sass/style.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_sass/style.scss b/_sass/style.scss index bfec0f0..31c7915 100644 --- a/_sass/style.scss +++ b/_sass/style.scss @@ -109,6 +109,8 @@ header { float:left; position:fixed; -webkit-font-smoothing:subpixel-antialiased; + overflow-y: scroll; + max-height: 100%; } header .downloads { |
