diff --git a/src/styles/index.scss b/src/styles/index.scss index f408fad..a8b9f2c 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -11,7 +11,9 @@ html { overflow-y: auto; + background-color: var(--primary-color); min-height: 100vh; + user-select: none; } body {