Fix hierarchical key browser dialog max height

This commit is contained in:
Stephen Abello
2021-12-09 10:52:07 +01:00
parent 25a5ec4bcf
commit d515816488

View File

@@ -1023,8 +1023,8 @@ $('#dlg_tree_$this->iId').dialog({
autoOpen: true,
modal: true,
title: '$sDialogTitle',
create: function() {
$(this).css("maxHeight", $(window).height()*0.8);
open: function() {
$(this).css("max-height", parseInt($(window).height()*0.7)+'px');
},
buttons: [
{