Compare commits

..

No commits in common. "629be13816684602113b9e779f3979b28a98819b" and "ef0af26147ca2b338a5fd68f86937349fec079d7" have entirely different histories.

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: 'auto', pointerEvents: 'auto', zIndex: 1 }}
style={{ display: 'block', overflow: 'hidden', pointerEvents: 'auto', zIndex: 1 }}
>
{children}
</div>