부트스트랩 모달창 100%, bootstrap modal width height 100%
.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; }
잘된다.