An odd question, but can a card modal automatically “grow” vertically up to a certain point if the content is longer? I’m showing product details in a modal. I’d like to show a smaller card modal by defulat, but allow it to grow to a certain point when the content being loaded longer. After that, then the user would scroll.
Yes. The vue.js modal page details this. You can have height=“auto”, width=“auto”, or you can set a feature called adaptive to true which will let you set limits on how much it can grow.