danielmoncada / date-time-picker

Angular Date Time Picker (Responsive Design)
https://daniel-projects.firebaseapp.com/owlng/date-time-picker
MIT License
137 stars 59 forks source link

Picker in dynamically added modal #179

Closed alpozgur closed 1 year ago

alpozgur commented 1 year ago

Hi; I'm trying to use picker in a modal that adding to the page dynamically... Standard pickers work well but, your picker open dialog in parent page... Tried z-index setting but not worked... What i must check or you have seen any prob like mine?

Using @ngneat/dialog as modal opener...

alpozgur commented 1 year ago

Solved by changing the z-index:1000 to z-index:2000 !important in css