We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I migrated from a vue2 datepicker called vue-date-pick which used to automatically change its position and avoid being hidden by the parent.
vue-date-pick
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; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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;
}
The text was updated successfully, but these errors were encountered: