스크롤 커밋
This commit is contained in:
parent
6317ae7b0b
commit
6669a3fc5e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue