From ab9a988dc493c809bc292cdb7aa9ba71611e42c6 Mon Sep 17 00:00:00 2001 From: Veikka Kähkönen Date: Thu, 30 Nov 2017 21:41:46 +0200 Subject: Force vertical scrollbar on every page --- _sass/_as-theme.scss | 1 + 1 file changed, 1 insertion(+) (limited to '_sass') 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 { -- cgit v1.3