Skip to content

Commit bb148ea

Browse files
add z-index for modal (#49) (#56)
1 parent 863a596 commit bb148ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/maintenance/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export default function MaintenancePage() {
279279
)}
280280

281281
{deleteId && (
282-
<div className="fixed inset-0 bg-black/50 flex items-center justify-center">
282+
<div className="fixed inset-0 bg-black/50 flex items-center justify-center z-50">
283283
<div className="bg-background p-6 rounded-lg shadow-lg max-w-md w-full border">
284284
<h2 className="text-xl font-bold mb-4">Confirm Delete</h2>
285285
<p className="mb-6">

0 commit comments

Comments
 (0)