Jenesius / vue-modal

πŸ––The progressive and simple modal system for Vue.js v3
https://modal.jenesius.com
MIT License
150 stars 14 forks source link

Responsive not supported? #1

Closed ina6ra closed 3 years ago

ina6ra commented 3 years ago

Thank you for the wonderful library πŸ˜„ It is helpful because there was no modal library that can be used properly with Vue3.

It doesn't seem to be responsive, but I solved it by adding the following CSS.

.widget__modal-container__item-back {
  position: absolute;
}

.widget__modal-container__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
Jenesius commented 3 years ago

Hello, @ina6ra. You are welcome! Yes - you're absolutely right, in my code was error, image I will change css styles and put this changes in 1.0.3 version. Thnx!

ina6ra commented 3 years ago

Thanks @Jenesius I confirmed that it was supported in version 1.0.6