New Event Position

Asked by Anonymous
1 years ago.

How to position the New Event/Edit Event dialog in the middle of the screen. Having a navigation bar obstruct part the dialog.

thanks

Comment posted by Dan Letecky [DayPilot]
1 years ago.

Could you please post a screenshot of the problem?

Comment posted by Anonymous
1 years ago.

As you can see the header of the dialog is hidden and part of the body seems to be transparent with the grey bar in the calendar.

thanks

Comment posted by Anonymous
1 years ago.

Screenshot

Answer posted by Dan Letecky [DayPilot]
1 years ago.

The vertical position of the modal dialog can be set using the top property. By default, it is set to 20 (pixels). You can increase it as needed.

The background elements appear above the modal dialog because the value of zIndex property is too low. By default, it is set to 99999. The z-index of the Calendar time range selection is set to 10 so you have probably set something lower than this.

Comment posted by Anonymous
1 years ago.

Perfect, Thank you!!!

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.