kouts/vue-modal

Modal contents exceed modal width

mikeerickson opened this issue · 2 comments

What would cause this UI artifact? It is a pretty simple dialog so far as I can gather. I have tried adjusting various classes, etc. which are exposed as props, but nothing helps

image

kouts commented

Maybe try setting the modalClass to a class with max-width e.g 800px, you can also achieve the same result with modalStyle

Ya, I tried using width but not max-width in both of these props. I will give it a whirl