Merge pull request #913 from thelounge/793-fix-height

Fix body height
This commit is contained in:
Jérémie Astori 2017-02-07 01:14:00 -05:00 committed by GitHub
commit a579b9acdc
1 changed files with 1 additions and 1 deletions

View File

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