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;