Merge pull request #668 from dod-ccpo/app-height-100

Remove #app-root height 100%
This commit is contained in:
George Drummond
2019-02-20 15:12:27 -05:00
committed by GitHub

View File

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