fix: z-index of loader in report

This commit is contained in:
prafull-opensignlabs
2024-04-17 19:42:12 +05:30
parent 613b1cfe07
commit 8a216e6c0d
@@ -423,7 +423,7 @@ const ReportTable = (props) => {
return (
<div className="relative">
{Object.keys(actLoader)?.length > 0 && (
<div className="absolute w-full h-full rounded-md flex justify-center items-center bg-black bg-opacity-30 ">
<div className="absolute w-full h-full rounded-md flex justify-center items-center bg-black bg-opacity-30 z-30">
<div
style={{ fontSize: "45px", color: "#3dd3e0" }}
className="loader-37"