vue3-datepicker
vue3-datepicker copied to clipboard
Datepicker is hidden if parent is using overflow hidden
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; }