Vue-js-modal: Auto height instead of fixed?

Created on 9 May 2017  路  2Comments  路  Source: euvl/vue-js-modal

Nice plugin. It seems to work well in vue 2.

Question: does it support auto: height? I've tried setting the property, but it defaults back to 300.

auto-height

question looks good to me

All 2 comments

Currently you must explicitly set height, default is 300 (... :height="200").
Auto height was breaking the positioning and resizing functionality when i was writing it :)

Hey @a3020,

I have finally added height="auto" & scrollable content, if you are using the component, please take a look here:

https://github.com/euvl/vue-js-modal#height-auto

Was this page helpful?
0 / 5 - 0 ratings

Related issues

whaoran picture whaoran  路  3Comments

mbalandis picture mbalandis  路  4Comments

ptilli picture ptilli  路  3Comments

ar53n picture ar53n  路  4Comments

a3020 picture a3020  路  5Comments