diff --git a/styles/atat.scss b/styles/atat.scss index 2d18992e..5ca02cf4 100644 --- a/styles/atat.scss +++ b/styles/atat.scss @@ -50,3 +50,4 @@ @import 'sections/member_edit'; @import 'sections/reports'; @import 'sections/task_order'; + diff --git a/styles/components/_global_layout.scss b/styles/components/_global_layout.scss index e8e8825d..68e2311d 100644 --- a/styles/components/_global_layout.scss +++ b/styles/components/_global_layout.scss @@ -1,3 +1,7 @@ +html, body, #app-root { + height: 100%; +} + #app-root { background-color: $color-offwhite; display: flex;