less than 1 minute read

.modal.in{ padding-right: 0 !important; } .modal-dialog { width: 100%; max-width:1000px; height: 100%; padding: 0; margin:0 auto; } .modal-content { height: 100%; overflow:auto; }

.modal-header{ margin-bottom:-60px; position:relative; z-index:10; } .modal-body { padding-top:70px; height: 100%; }

.modal-body .in-content{ border-width:0; width:100%;height:100%; overflow:auto; }

잘된다.

사용 예제 링크(LINK)


🔗original-link

Updated: