Merge pull request #821 from thelounge/xpaw/html-100vh

Make html container take the entire screen estate
This commit is contained in:
Alistair McKinlay 2016-12-19 19:10:42 +00:00 committed by GitHub
commit 094de1ff9b

View file

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