icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
150 stars 153 forks source link

Datepicker is hidden if parent is using overflow hidden #60

Open signmeuptwice opened 3 years ago

signmeuptwice commented 3 years ago

I migrated from a vue2 datepicker called vue-date-pick which used to automatically change its position and avoid being hidden by the parent.

Vue3-Datepicker does not seem to take this into account so I think this is a bug?

seems to be fixed with .v3dp__popout{ max-width: inherit; width: 100%!important; }