2019-03-11 [bootstrap]給modal加上scrollbar(y軸) 2693 0 https://stackoverflow.com/questions/25874001/how-to-put-scrollbar-only-for-modal-body-in-bootstrap-modal-dialog .modal-dialog{ overflow-y: initial !important } .modal-body{ height: 250px; overflow-y: auto; } ... ...繼續閱讀 » bootstrap