Skip to content

Commit dbce063

Browse files
committed
🔧 Fix: Modal not in front of Nav
1 parent 0538db4 commit dbce063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎constituents/modals.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function ResumeModal() {
3535
<Dialog
3636
as="div"
3737
initialFocus={resumeRef}
38-
className="relative z-10"
38+
className="relative z-30"
3939
onClose={closeModal}
4040
>
4141
<TransitionChild

0 commit comments

Comments
 (0)