Make html container take the entire screen estate
This commit is contained in:
parent
b9047d98a2
commit
bf71c4b9bd
@ -31,7 +31,7 @@
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user