Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

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

No branches or pull requests

2 participants