Skip to content

Commit 8a216e6

Browse files
fix: z-index of loader in report
1 parent 613b1cf commit 8a216e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSign/src/primitives/GetReportDisplay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ const ReportTable = (props) => {
423423
return (
424424
<div className="relative">
425425
{Object.keys(actLoader)?.length > 0 && (
426-
<div className="absolute w-full h-full rounded-md flex justify-center items-center bg-black bg-opacity-30 ">
426+
<div className="absolute w-full h-full rounded-md flex justify-center items-center bg-black bg-opacity-30 z-30">
427427
<div
428428
style={{ fontSize: "45px", color: "#3dd3e0" }}
429429
className="loader-37"

0 commit comments

Comments
 (0)