Add height to html

This is important to know and remember
This commit is contained in:
Stephan 2016-12-08 12:13:14 +01:00
parent f700f9be72
commit 81acd33c77

View file

@ -2,6 +2,7 @@
// ------------------------------------------------------------------------------ // ------------------------------------------------------------------------------
html { html {
height: 100%;
box-sizing: border-box; box-sizing: border-box;
} }