英文:
modal-lg from bootstrap cut in a half
问题
以下是您要翻译的内容:
"(<https://i.stack.imgur.com/veLHB.png>)
when inspected, modal-lg has the following css
@media (min-width: 992px)
.modal-lg, .modal-xl {
max-width: 800px;
}
which when removed, the size of the modal becomes full, but the displayed modal is not as large as when using modal-lg and the results are messy
sorry can't share the code for some reason
hope someone can solve this problem
I want to make the modal to
英文:
(<https://i.stack.imgur.com/veLHB.png>)
when inspected, modal-lg has the following css
@media (min-width: 992px)
.modal-lg, .modal-xl {
max-width: 800px;
}
which when removed, the size of the modal becomes full, but the displayed modal is not as large as when using modal-lg and the results are messy
sorry can't share the code for some reason
hope someone can solve this problem
I want to make the modal to full on one screen, so it doesn't get cut off
答案1
得分: 0
你是否将引导类 'modal-lg' 放入正确的 div 中?
英文:
Have you put the bootstrap class 'modal-lg' in the appropriate div (?)
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论