diff --git a/src/styles/index.scss b/src/styles/index.scss index f408fad..e8faab0 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -11,11 +11,14 @@ html { overflow-y: auto; + background-color: $primary; min-height: 100vh; + user-select: none; } body { background-color: white; + min-height: 100vh; padding: 15px 0 0; }