We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9586ec commit e4fb51bCopy full SHA for e4fb51b
components/Loader.tsx
@@ -2,7 +2,7 @@ import React from "react";
2
3
const Loader = () => {
4
return (
5
- <div className="flex space-x-2 w-full h-screen fixed inset-0 bg-zinc-700/50 z-30 justify-center items-center">
+ <div className="flex space-x-2 w-full h-screen fixed inset-0 bg-zinc-700/50 z-50 justify-center items-center">
6
<div aria-label="Loading..." role="status">
7
<svg className="h-12 w-12 animate-spin" viewBox="3 3 18 18">
8
<path
0 commit comments