Remove #app-root height 100%

This commit is contained in:
George Drummond
2019-02-20 14:37:16 -05:00
parent e1eaa90980
commit 7faf643017

View File

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