From 244549b54d5efc931005b7f3ee09196c7193288f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 22 Feb 2019 03:35:23 +0400 Subject: [PATCH] Stretching content Signed-off-by: Valentin Popov --- _scss/components/_core.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_scss/components/_core.scss b/_scss/components/_core.scss index 9e19359..96b2699 100644 --- a/_scss/components/_core.scss +++ b/_scss/components/_core.scss @@ -8,10 +8,12 @@ } html { + height: 100%; overflow-y: scroll; } body { + min-height: 100%; padding-bottom: 20px; padding-top: 20px; }