diff --git a/fhem/www/pgm2/console.js b/fhem/www/pgm2/console.js index a309fae40..ab6762e1f 100644 --- a/fhem/www/pgm2/console.js +++ b/fhem/www/pgm2/console.js @@ -60,6 +60,8 @@ consStart() ''); $('#evtfilterdlg').dialog({ modal:true, + position:{ my: "left top", at: "right bottom", + of: this, collision: "flipfit" }, close:function(){$('#evtfilterdlg').remove();}, buttons:[ { text:"Cancel", click:function(){ $(this).dialog('close'); }},