5条回答 深忆病人 (楼主) 2021-01-31 02:57 Add the following css to your html and try changing the top, right, bottom, left values. .modal { position: absolute; top: 10px; right: 100px; bottom: 0; left: 0; z-index: 10040; overflow: auto; overflow-y: auto; } 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Add the following css to your html and try changing the top, right, bottom, left values.
.modal { position: absolute; top: 10px; right: 100px; bottom: 0; left: 0; z-index: 10040; overflow: auto; overflow-y: auto; }