saguaros Yes, the modal opens, but the width definitions are not applied to it.
Modal is initialized with HTMLHelper:
HTMLHelper::(
'bootstrap.renderModal',
'ModalTerms',
[
'url' => $articleUrl,
'height' => '750px',
'width' => '500px',
'modalWidth' => 50,
'footer' => '<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">'
. Text::('JLIB_HTML_BEHAVIOR_CLOSE') . '</button>',
]
);
Neither of the width definitions, width or modalWidth, have no effect.