Hi
You can backup this file:
/plugins/system/t4/src/t4/Document/Template.php
look for this function and add the below line of code to the end of this function:
protected function renderHead()
{
......
$this->wam->useScript('bootstrap.modal');
}
and use this custom CSS:
body.modal-open .modal {
background-color: transparent !important;
width: 100% !important;
margin-left: auto !important;
left: 0 !important;
top: 0 !important;
overflow-x: hidden;
bottom: 0 !important;
overflow-y: auto;
}