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 863a596 commit bb148eaCopy full SHA for bb148ea
apps/web/src/app/maintenance/page.tsx
@@ -279,7 +279,7 @@ export default function MaintenancePage() {
279
)}
280
281
{deleteId && (
282
- <div className="fixed inset-0 bg-black/50 flex items-center justify-center">
+ <div className="fixed inset-0 bg-black/50 flex items-center justify-center z-50">
283
<div className="bg-background p-6 rounded-lg shadow-lg max-w-md w-full border">
284
<h2 className="text-xl font-bold mb-4">Confirm Delete</h2>
285
<p className="mb-6">
0 commit comments