Vue-js-modal: Scrollable with fixed height

Created on 11 Dec 2017  路  1Comment  路  Source: euvl/vue-js-modal

Hi, is there a way to make this possible? My requirements need a fixed modal with scrollable content since the inner contents are really really long (transitioning from Bootstrap 2 Modals)

question

Most helpful comment

You can use simple css for it. In your modal, which is lets say 400px height, create a div with overflow: auto; height: 400px; and put your content inside this div. Should work.

>All comments

You can use simple css for it. In your modal, which is lets say 400px height, create a div with overflow: auto; height: 400px; and put your content inside this div. Should work.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chris-rowe picture chris-rowe  路  4Comments

outOFFspace picture outOFFspace  路  4Comments

alex3683 picture alex3683  路  4Comments

MacgyverMartins picture MacgyverMartins  路  4Comments

uptownhr picture uptownhr  路  4Comments