Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date picker appearing behind the modal dialog #138

Open
mailmrmanoj opened this issue Mar 22, 2017 · 1 comment
Open

Date picker appearing behind the modal dialog #138

mailmrmanoj opened this issue Mar 22, 2017 · 1 comment

Comments

@mailmrmanoj
Copy link

mailmrmanoj commented Mar 22, 2017

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
Copy link
Collaborator

oscar09 commented Jun 3, 2017

The following CSS code should fix the issue:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants