Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.4k stars 137 forks source link

New #top-extra covered by month selection #862

Closed skstuder closed 2 months ago

skstuder commented 2 months ago

Noticed the calendar is covering #top-extra when a month is selected. When the top-extra is large it feels a bit odd, can it be made to only cover the calendar? Screenshot 2024-05-10 at 11 38 35 AM

Screenshot 2024-05-10 at 11 36 45 AM

Jasenkoo commented 2 months ago

@skstuder It adds so much boilerplate code to calculate the proper height on various modes, alongside the time picker overlay.

On your end it will be easier if you know which mode you are using and what is the height, then simply override the class with the proper top offset.