diff options
| author | Veikka Kähkönen <veikka.kahkonen@corefactory.com> | 2017-11-30 21:41:46 +0200 |
|---|---|---|
| committer | Veikka Kähkönen <veikka.kahkonen@corefactory.com> | 2017-11-30 21:41:46 +0200 |
| commit | ab9a988dc493c809bc292cdb7aa9ba71611e42c6 (patch) | |
| tree | e309920848205688863b98cb3891c4e534f85e50 | |
| parent | 9efb9955f2d172fb8856da5034d6a7258c1238cc (diff) | |
Force vertical scrollbar on every page
| -rw-r--r-- | _sass/_as-theme.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_sass/_as-theme.scss b/_sass/_as-theme.scss index 927c73f..79860d9 100644 --- a/_sass/_as-theme.scss +++ b/_sass/_as-theme.scss @@ -2,6 +2,7 @@ body { font-family: $font-sans; background-color: $white-color; + overflow-y: scroll; } .teaser { |
