Some text cut when selectYears: true or selectMonths: true
I am using Chrome to test & check.
Some of the dropdown selected item display text is cut from the bottom as shown in the images below.
Example image from the website (only if dropdown selectors are set to true):

Somehow looks even worse on the website I use it on:

and

See https://github.com/amsul/pickadate.js/issues/384#issuecomment-343077594
Add this to your CSS:
.picker__select--month, .picker__select--year {
padding:0;
}
Worked like a charm, thank you!
So this is a bug then?
I get the bug on the dropdown selectors example - http://amsul.ca/pickadate.js/date/#selectors - only on Firefox Mac. Looks good on Chrome and Safari.
I do this:
.picker__select--month, .picker__select--year { height: auto; }
I find that padding 0 makes the dropdowns a bit too narrow