Merge pull request #821 from thelounge/xpaw/html-100vh
Make html container take the entire screen estate
This commit is contained in:
commit
094de1ff9b
@ -31,7 +31,7 @@
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user