diff --git a/src/index.css b/src/index.css index be021c8..be84a47 100644 --- a/src/index.css +++ b/src/index.css @@ -1,7 +1,5 @@ -html,body { +body { overflow: hidden; /* Stop rubber-band on window for macos users */ background: linear-gradient(135deg, #3457f5eb, #8f50cf); - min-height: 100vh; - min-width: max-content; margin: 0; } \ No newline at end of file