vue3-datepicker icon indicating copy to clipboard operation
vue3-datepicker copied to clipboard

Datepicker is hidden if parent is using overflow hidden

Open signmeuptwice opened this issue 3 years ago • 0 comments

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; }

signmeuptwice avatar Sep 02 '21 09:09 signmeuptwice