diff --git a/splash-screen/src/app.css b/splash-screen/src/app.css index c8182e7..f8d787a 100644 --- a/splash-screen/src/app.css +++ b/splash-screen/src/app.css @@ -3,10 +3,10 @@ @tailwind utilities; body { - overflow: hidden; - overscroll-behavior: none; - user-select: none; background-image: url('./assets/background.jpg'); background-repeat: no-repeat; background-size: cover; + overflow: hidden; + overscroll-behavior: none; + user-select: none; }