Compare commits
No commits in common. "629be13816684602113b9e779f3979b28a98819b" and "ef0af26147ca2b338a5fd68f86937349fec079d7" have entirely different histories.
629be13816
...
ef0af26147
|
|
@ -452,7 +452,7 @@ const ResizableDialogContent = React.forwardRef<
|
||||||
<div
|
<div
|
||||||
ref={contentRef}
|
ref={contentRef}
|
||||||
className="h-full w-full relative"
|
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}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue