Skip to content

Commit

Permalink
feat: clickable modal header
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jul 29, 2024
1 parent d11cc27 commit ad97c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/ui/modal/stacked/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export const ModalInternal: Component<{
<div
ref={edgeElementRef}
className={cn(
"fixed inset-0 z-20 overflow-auto",
"no-drag-region fixed inset-0 z-20 overflow-auto",
currentIsClosing ? "!pointer-events-none" : "!pointer-events-auto",
modalContainerClassName,
)}
Expand Down

0 comments on commit ad97c3b

Please sign in to comment.