MODAL VUE JS RTL

Viewed 19

I have a problem when I open the modal and we do the translation with i18n vue (rtl the Arabic language of the site) the modal opens outside the page on the right knowing that I use modal vue

`<modal
:resizable="resizable"
  :adaptive="adaptive"
  :height="'auto'"
  :width="400"
  :border-radius="12"
  style="background-color: transparent"
  :background-color="transparent"
    >`
0 Answers
Related