[frontend]: z-index inflation

This commit is contained in:
2025-03-31 20:27:55 +01:00
parent 8f59e4f153
commit 2e2b973a84

View File

@ -7,7 +7,7 @@ const LoadingOverlay = ({ message }) => (
background: "rgba(0, 0, 0, 0.85)", display: "flex",
alignItems: "center", justifyContent: "center", textAlign: "center",
color: "white", fontSize: "20px", fontWeight: "bold",
zIndex: 1000
zIndex: 100000
}}>
{message}
</div>