html 파일의 태그에 다음 코드를 추가하세요.
.modal-dialog { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .modal-content { /*overflow-y: scroll; */ position: absolute; top: 0; bottom: 0; width: 100%; } .modal-body { overflow-y: scroll; position: absolute; top: 55px; bottom: 65px; width: 100%; } .modal-header .close {margin-right: 15px;} .modal-footer { position: absolute; width: 100%; bottom: 0; }
그런 다음 모달 상자를 열면 스크롤 막대가 나타나는 것을 볼 수 있습니다.
관련 권장사항: "Bootstrap 시작 튜토리얼"
아래와 같이:
위 내용은 부트스트랩 모달 상자에 스크롤 막대를 추가하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!