Вот код:
Код: Выделить всё
var _modalManager;
this.init = function (modalManager) {
_modalManager = modalManager;
var modal = _modalManager.getModal();
modal.find(".modal-dialog").addClass("modal-dialog modal-xl modal-dialog-scrollable");
modal.find(".modal-body").addClass("content d-flex flex-column flex-column-fluid");
var modalId = _modalManager.getModal().attr("id");
console.log(modalId);
};
Код: Выделить всё
modal.find(".modal-dialog").addClass("modal-dialog modal-xl modal-dialog-scrollable");
modal.find(".modal-body").addClass("content d-flex flex-column flex-column-fluid");
Подробнее здесь: https://stackoverflow.com/questions/798 ... scrollable
Мобильная версия