Skip to content

Commit

Permalink
Fix body height
Browse files Browse the repository at this point in the history
thelounge#821 fixed thelounge#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.
  • Loading branch information
AlMcKinlay authored Feb 6, 2017
1 parent c74b883 commit aded3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

html,
body {
height: 100vh;
height: 100%;
}

body {
Expand Down

0 comments on commit aded3bd

Please # to comment.