Fix 100% height sidebar background

This commit is contained in:
George Drummond
2019-02-18 17:00:32 -05:00
parent cd2fd99b4c
commit f775f2e57a
2 changed files with 5 additions and 0 deletions

View File

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