Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change body style padding-right: 17px; overflow: hidden; to a class #446

Open
matamune94 opened this issue Jul 12, 2024 · 1 comment
Open
Assignees
Labels
question Further information is requested

Comments

@matamune94
Copy link

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.

@matamune94 matamune94 added the question Further information is requested label Jul 12, 2024
@Remixrty
Copy link

or add a css-variable, which is useful with “position: fixed” case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants