I'm using the plugin react-datepicker in a project together with Bootstrap 3.
The datepicker is smaller on my site than on the demos provided with the plugin. It just seems to be shrunken. The width/height is computed on runtime according as far as I can tell. The small computed size happens because of Bootstrap. When I remove the BS .css file, the size is OK.
- Why is this?
- How can I fix it?
- Recommendation for a more customizable datepicker plugin?