Vuepic / vue-datepicker

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

The `overlay_container` height is fixed #838

Closed decoded-cipher closed 3 months ago

decoded-cipher commented 3 months ago

Describe the bug To set the height of the element with classes dp__overlay_container and dp__container_flex a style of height: 281px; is added as inline. This makes it difficult for someone who wants to keep the height: auto and a max-height to control the height explosion.

Expected behavior How about adding the style to a class? If someone needs to alter the same, he/she could do it by overwriting the class.