Closed dahlia05 closed 8 years ago
What about looking at the z-index of your div, the one with "For Candidates"?
I have not set any z-index to any of the div element and apparently I am getting this issue on every where I am trying to use datepicker.
Hey Sorry for disturbing you. The error was in the css of bootstrap datepicker css from https://github.com/Eonasdan/bootstrap-datetimepicker/
.bootstrap-datetimepicker-widget.dropdown-menu { margin: 2px 0; padding: 4px; width: 19em; }
19em is too small and the other width was 39 em. So as i increase the width from 19 to 25. This got fixed,
Thanks a million for this gem. It is really a nice one.
Is there any suggestion, why the css is broken
This is has been used in following way