The zIndex property (number) specifies the z-index of the context menu.
DayPilot.Menu.zIndex120Increase this value if the menu should appear above surrounding positioned elements with a higher stacking order.
const menu = new DayPilot.Menu({
zIndex: 10000,
// ...
});