Fix 100% height sidebar background

This commit is contained in:
George Drummond 2019-02-18 17:00:32 -05:00
parent cd2fd99b4c
commit f775f2e57a
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17
2 changed files with 5 additions and 0 deletions

View File

@ -50,3 +50,4 @@
@import 'sections/member_edit';
@import 'sections/reports';
@import 'sections/task_order';

View File

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