Datepicker Not Displaying Correctly
Hi, my datepicker is hideously wrong and I noticed that it's somehow following the height of my table (it's a datepicker range to echo the content of my db to display in table), as you can see the height reaches way below than the calendar (bottom table). Not to mention the width doesn't alight too and the days of week.
I've tried tinker via CSS but unsuccessful.
1 div.ui-datepicker{
2 font-size: 15px;
3 width: 210px;
4 height: 140px;
5
}
Anyone knows how to fix/adjust the datepicker? Thanks!
Hi, my datepicker is hideously wrong and I noticed that it's somehow following the height of my table (it's a datepicker range to echo the content of my db to display in table), as you can see the height reaches way below than the calendar (bottom table). Not to mention the width doesn't alight too and the days of week.
I've tried tinker via CSS but unsuccessful.
1 div.ui-datepicker{
2 font-size: 15px;
3 width: 210px;
4 height: 140px;
5
}
Anyone knows how to fix/adjust the datepicker? Thanks!