Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/git/git-branch-manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const GitBranchManager = ({

{showModal && (
<div
className={cn("fixed inset-0 z-50 flex items-center justify-center", "bg-opacity-50")}
className={cn("fixed inset-0 z-100 flex items-center justify-center", "bg-opacity-50")}
onClick={() => setShowModal(false)}
>
<div
Expand Down