vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Inconsistent calendar height in datepicker. #2206

Open Piokamie opened 4 years ago

Piokamie commented 4 years ago

Issue exists in every browser. The problem is that the height of calendar for datepicker varies in height depending on number of weeks in the month. This causes "jumping" of the calendar while browsing. image

image

Proposed resolution: calendar should always display six weeks, or at least be the height of six weeks calendar, then no jumping will occur.