Vue-js-modal: Content is clipped

Created on 21 Jul 2017  路  3Comments  路  Source: euvl/vue-js-modal

The height on the modal doesn't resize to the content?
I've tried :adaptive="true" but it seems to have no bearing on the height.

Saw a similar issue (#48) that's been closed?

As a courtesy to others, it would be nice to update the readme/examples and mention that the module is only suitable for fixed size content.

enhancement question looks good to me

Most helpful comment

Yeah, thanks for your feedback, im working on that.

All 3 comments

Yeah, thanks for your feedback, im working on that.

Hey @at0g, @nya1,

In v1.2.6 i've added support for height="auto" (p.s. resizable will be turned off if height is auto)

Also if you think that your content height might exceed window height - you can set new flag :scrollable="true" to make modal scrollable 馃槃

Cheers.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dland512 picture dland512  路  4Comments

outOFFspace picture outOFFspace  路  4Comments

alex3683 picture alex3683  路  4Comments

ishetnogferre picture ishetnogferre  路  4Comments

ptilli picture ptilli  路  3Comments