euvl / vue-js-modal

Easy to use, highly customizable Vue.js modal library.
http://vue-js-modal.yev.io
MIT License
4.35k stars 592 forks source link

Modal is not scrollable when adaptive is true #770

Open edwinsmasher opened 2 years ago

edwinsmasher commented 2 years ago
  <modal name="clusters-modal"
         :width = '800'
         height="auto"
         :adaptive="true"
         :draggable="true"
         :shiftX="0.6"
         :scrollable="true">

 <!---Modal Body -->

Klieger commented 2 years ago

https://github.com/euvl/vue-js-modal/issues/674