From 81acd33c77b98d81927207d337ccd3ec84541958 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 8 Dec 2016 12:13:14 +0100 Subject: [PATCH] Add height to html This is important to know and remember --- basic/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/basic/_layout.scss b/basic/_layout.scss index d005f7f..02514ba 100644 --- a/basic/_layout.scss +++ b/basic/_layout.scss @@ -2,6 +2,7 @@ // ------------------------------------------------------------------------------ html { + height: 100%; box-sizing: border-box; }