mominsamir / smDateTimeRangePicker

Angular Material Date Picker, DateTime Picker, Date Range Picker, Date Time range picker
http://mominsamir.github.io/smDateTimeRangePicker/
MIT License
130 stars 50 forks source link

Date picker appearing behind the modal dialog #138

Open mailmrmanoj opened 7 years ago

mailmrmanoj commented 7 years ago

Recently I tried to use smDateTRangePicker inside the modal pop up and it seems the date range picker is appearing behind the modal disabling all select operations for date picker. Please find the attached plunker and please let me know any fix for this..

http://plnkr.co/edit/pYTSigds1KDUeCHCPv3B?p=preview image

Thanks

oscar09 commented 7 years ago

The following CSS code should fix the issue:

.sm-calender-pane { z-index: 1050 !important; }