Scheduler issue on Planner and Timeline modality

Hi everybody. I'd like to ask you about a strange issue occurred when I click on an appointment just added (in timeline or planner mode). It is as if the dialog has a lower z-index than the days and months bar in the aforementioned scheduler display mode.

Would it be possible to fix it somehow? (also via css).
Tks everybody.

Hi @Roberto_Daniele,

It appears that for some reason the Scheduler and the Dialog are in the same stacking context in your page layout. Try setting a greater value for the dialog's z-index via CSS and let us know if that helps:

:root {
   --rz-dialog-zindex: 10000;
}

Tks very much but I've found another way and now it's ok! :wink: