This seems to be a common question, but I tried many answers, but none of them worked for me.
I am using jquery UI datepicker. Something seems wrong. This is how I see it.

I have included below in my file
- JQuery-1.11.2.min.js
- jquery-ui.min.js (version 1.11.4)
- jquery-ui.min.css (version 1.11.4)
Also I tried css c below, but did not work.
.ui-datepicker { background: #fff !important; z-index: 10000; }
How to make it normal?
source share