Merge pull request #660 from dod-ccpo/sidebar-ie

Sidebar full height on IE
This commit is contained in:
George Drummond 2019-02-19 13:59:15 -05:00 committed by GitHub
commit f0099a2e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,7 @@
html, body, #app-root {
height: 100%;
}
#app-root {
background-color: $color-offwhite;
display: flex;