There are
<?php $this->beginWidget('zii.widgets.jui.CJuiDialog', array( 'id' => 'mydialog', 'options' => array( 'title' => 'Список ваших объектов', 'autoOpen' => FALSE, 'modal' => true, 'resizable' => true, ), )); ?>
I can not google what option is responsible for the appearance of the scroll if the loaded info does not fit into the modal window.