We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after opening the modals in the tables page the scroll gets disabled
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Same error for me.
i would like to work on this issue please assign
Guys how to solve it, and where plz help me?
No branches or pull requests
after opening the modals in the tables page the scroll gets disabled
The text was updated successfully, but these errors were encountered: