aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
authorVeikka Kähkönen <veikka.kahkonen@corefactory.com>2017-11-30 21:41:46 +0200
committerVeikka Kähkönen <veikka.kahkonen@corefactory.com>2017-11-30 21:41:46 +0200
commitab9a988dc493c809bc292cdb7aa9ba71611e42c6 (patch)
treee309920848205688863b98cb3891c4e534f85e50 /_sass
parent9efb9955f2d172fb8856da5034d6a7258c1238cc (diff)
Force vertical scrollbar on every page
Diffstat (limited to '_sass')
-rw-r--r--_sass/_as-theme.scss1
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 {