Merge pull request '스크롤 커밋' (#222) from lhj into main

Reviewed-on: http://39.117.244.52:3000/kjs/ERP-node/pulls/222
This commit is contained in:
hjlee 2025-11-25 16:13:48 +09:00
commit 11782536f4
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ const ResizableDialogContent = React.forwardRef<
<div
ref={contentRef}
className="h-full w-full relative"
style={{ display: 'block', overflow: 'hidden', pointerEvents: 'auto', zIndex: 1 }}
style={{ display: 'block', overflow: 'auto', pointerEvents: 'auto', zIndex: 1 }}
>
{children}
</div>