Fix body height

#821 fixed #793, but it appears since then, Chrome has changed the behaviour back to what it was befor ethe fix, so 2.2.0 on Chrome 56+ is even more broken.
This commit is contained in:
Al McKinlay 2017-02-06 12:41:17 +00:00 committed by GitHub
parent 0619646765
commit 166e43ec39

View file

@ -31,7 +31,7 @@
html,
body {
height: 100vh;
height: 100%;
}
body {