
Inside the Modal , when I click in the select , it shows the scrow of the page .
This is going to be difficult for me to replicate. Can you find the root of the issue?
Hi @sagalbot ..
I'm having this issue also.

But my problem is that, cannot scroll it and the list is cutoff by the modal.
I'm guess perhaps its due to z-index maybe?
For more information, I'm using jQuery NiftyModal.
Thanks in advance
After debugging and try many solutions for the issue. I manage to solve my issue. It's due to the max-height set for the class .dropdown menu is 400px. And the .modal-content is having overflow:hidden.
So as temporary solution (not sure if its proper or not), I'm changing it using jQuery to style the max-height to lesser value and set .modal-content overflow to initial.
Thanks
You can change the max height directly, with the max-height prop:
<v-select max-height="200px"></v-select>
Good, I tried the max height but still the same, any help?

Update
I got the modal to expand down when I press v-select


Most helpful comment
You can change the max height directly, with themax-heightprop: