diff --git a/public/components/App.scss b/public/components/App.scss index f7fe3c8..6126a02 100644 --- a/public/components/App.scss +++ b/public/components/App.scss @@ -12,4 +12,6 @@ .c-app { overflow-x: hidden;//Temporary until I find time to find the overflowing element + width: 100vw; + min-height: 100vh; }