You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The elements in my body are moved and the popup is opened
What is actually happening?
instead of adding padding-right: 17px; overflow: hidden; Go to the body and convert it into a class
For example: modal-open
.modal-open {
padding-right: 17px; overflow: hidden
}
I can use your modal to connect my subclasses to edit the moved elements.
The text was updated successfully, but these errors were encountered:
Version
vue-final-modal: ^4.5.4
vue: ^3.4.29
OS
Windows
What is Expected?
The elements in my body are moved and the popup is opened
What is actually happening?
instead of adding padding-right: 17px; overflow: hidden; Go to the body and convert it into a class
For example: modal-open
.modal-open {
padding-right: 17px; overflow: hidden
}
I can use your modal to connect my subclasses to edit the moved elements.
The text was updated successfully, but these errors were encountered: