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

the width of the input form exceeds the smartphone screen #52

Open
ubay1 opened this issue Apr 19, 2022 · 1 comment
Open

the width of the input form exceeds the smartphone screen #52

ubay1 opened this issue Apr 19, 2022 · 1 comment

Comments

@ubay1
Copy link

ubay1 commented Apr 19, 2022

I use this library together with the bootstrap modal, and after I publish this input form it exceeds the smartphone screen, whereas if it is opened on a laptop there is no problem.

@cgcummings
Copy link

Hey just ran into this issue. I am able to override and fix via:

@media (max-width: 640px) { .v-calendar .content, .v-calendar .input-field { flex-direction: column !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

2 participants