Dialog Drag Problem

Dialog Drag Problem

Dear All,
 
On dragging the dialog buttons are getting hide OR hieght of Button's bar is getting reduced.
 
could you plesae suggest the solution?
 
following is the code.
 
$("#dlg_add_dependant").dialog({
            autoOpen: false,
            height: 295,
            width: 400,
            modal: true,
            buttons:{
                "Close":function(){
                    $(this).dialog('close');
                },
                "Save":function(){
                    saveDependant();









                }
            }
        });

 
    • Topic Participants

    • admin