From 23589efb3e5689efc95e87671f3cdd1cd54bf41a Mon Sep 17 00:00:00 2001 From: Bayda77 Date: Thu, 4 Sep 2025 21:01:16 -0600 Subject: [PATCH] remove html tag, it is not worth --- src/index.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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