I have the following element:
13条回答 感动是毒 (楼主) 2020-11-30 18:25 In your modal body you have to set a height, it can be % vh or calc: modal-body { height: 80vh; overflow-x: auto; } or modal-body { height: calc(100vh - 5em); overflow-x: auto; } In my case look like: 0 讨论(0) 查看其它13个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
In your modal body you have to set a height, it can be % vh or calc:
modal-body { height: 80vh; overflow-x: auto; }
or
modal-body { height: calc(100vh - 5em); overflow-x: auto; }
In my case look like: