diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 94ea46a..ca2e4d6 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -10,6 +10,11 @@ html, body { overflow-x: hidden; max-width: 100%; + height: 100%; +} + +#root { + height: 100%; } main.has-top-padding {