mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Merge pull request #821 from thelounge/xpaw/html-100vh
Make html container take the entire screen estate
This commit is contained in:
commit
094de1ff9b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in a new issue