Skip to content
New issue

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

Datepicker is hidden if parent is using overflow hidden #60

Open
signmeuptwice opened this issue Sep 2, 2021 · 0 comments
Open

Datepicker is hidden if parent is using overflow hidden #60

signmeuptwice opened this issue Sep 2, 2021 · 0 comments

Comments

@signmeuptwice
Copy link

signmeuptwice commented Sep 2, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant