Remove #app-root height 100%

This commit is contained in:
George Drummond 2019-02-20 14:37:16 -05:00
parent e1eaa90980
commit 7faf643017
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -1,4 +1,4 @@
html, body, #app-root {
html, body {
height: 100%;
}