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 613b1cf commit 8a216e6Copy full SHA for 8a216e6
apps/OpenSign/src/primitives/GetReportDisplay.js
@@ -423,7 +423,7 @@ const ReportTable = (props) => {
423
return (
424
<div className="relative">
425
{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 ">
+ <div className="absolute w-full h-full rounded-md flex justify-center items-center bg-black bg-opacity-30 z-30">
427
<div
428
style={{ fontSize: "45px", color: "#3dd3e0" }}
429
className="loader-37"
0 commit comments