diff options
| -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 { |
