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

Angular 2 or 4 #26

Open
tejadong opened this issue Jun 10, 2017 · 3 comments
Open

Angular 2 or 4 #26

tejadong opened this issue Jun 10, 2017 · 3 comments

Comments

@tejadong
Copy link

Is working in Angular 2 or 4?

@mksmtn
Copy link

mksmtn commented Jun 21, 2017

In Angular 4 when using modal dialog the date-picker is shown behind the dialog window
screenshot from 2017-06-21 16-28-53

@abparasar
Copy link

override the css something like this.

date-input-polyfill {
z-index: 10000 !important;
}

@varosengineer
Copy link

override the css something like this.

date-input-polyfill {
z-index: 10000 !important;
}

I tried that, it doesn't work

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

4 participants