我有一个内容很长的模态。我需要在模式内有一个内部滚动条,但文档中没有相关信息
<Modal
title={<Typography style={{color:'#2e186a'}}>FAQ</Typography>}
centered
visible={openFaq}
onOk={() => setopenFaq(false)}
onCancel={() => setopenFaq(false)}
width={1000}
footer={false}
>
{Content}
</Modal>
Run Code Online (Sandbox Code Playgroud)
欢迎任何帮助。谢谢