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

Modal content is blurred #102

Open
mewcrow opened this issue Nov 28, 2019 · 1 comment
Open

Modal content is blurred #102

mewcrow opened this issue Nov 28, 2019 · 1 comment

Comments

@mewcrow
Copy link

mewcrow commented Nov 28, 2019

There is two identical components, one inside modal, other is not
Снимок экрана 2019-11-28 в 12 12 04
Снимок экрана 2019-11-28 в 12 11 51

@sblomberg
Copy link

With inspiration from d3eb06c, we fixed this problem in our application by adding these to our site's stylesheet:

body .sweet-modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}
body .sweet-modal {
    position: relative;
    top: auto;
    left: auto;
    transform: scale(0.9);
}
body .sweet-modal.is-visible {
    transform: none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants