summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/_app.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx
index 3c93d27f..eff5c506 100644
--- a/src/pages/_app.jsx
+++ b/src/pages/_app.jsx
@@ -44,7 +44,7 @@ function MyApp({ Component, pageProps }) {
return (
<>
{animateLoader && (
- <div className='w-screen h-screen z-[500] flex justify-center items-center backdrop-blur'>
+ <div className='fixed w-screen h-screen z-[500] flex justify-center items-center backdrop-blur'>
<LogoSpinner />
</div>
)}