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

scroll gets disabled after opening modal #3

Open
vasilejianu opened this issue Feb 17, 2022 · 4 comments
Open

scroll gets disabled after opening modal #3

vasilejianu opened this issue Feb 17, 2022 · 4 comments

Comments

@vasilejianu
Copy link

after opening the modals in the tables page the scroll gets disabled

@vasilejianu
Copy link
Author

I have solved it by changing

.clipped, .clipped body {
overflow: hidden
}

to

.clipped, .clipped body {
overflow: auto;
}

it makes the page scrollable when modal is open but it works , would like a better solution if you can thanks

@misteral
Copy link

Same error for me.

@Dhruvbagadiya
Copy link

i would like to work on this issue please assign

@muhammadali-live
Copy link

Guys how to solve it, and where plz help me?

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

No branches or pull requests

4 participants