DateTime Picker Open Behind Of Modal

hi to all
i used Datetime Picker In Modal Some Times It Show on Over Mode but Some Time its On Behind of Modal Plz Help Me

Template

از تاریخ
<ion-input [(ngModel)]=“data.fromDate” name=‘fromDate’ mbsc-datetime [mbsc-options]=“externalSettings”>

i can fix it .just set context property

That’s right @Mohammad_Sefati! You need to use the context setting. You’ve probably found it already, but here’s the docs.

Hi for me, the DateTime Picker is in front of a (Chakra UI) modal, but it is not closing on overlay click. I am assuming the click is being intercepted by the modal. Is this behavior also caused by the context being set to “body”? If so, what should the context be?