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
commit a43bfe58ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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