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

Unable to scroll in large modal #11

Open
obed123456 opened this issue Aug 6, 2019 · 1 comment
Open

Unable to scroll in large modal #11

obed123456 opened this issue Aug 6, 2019 · 1 comment

Comments

@obed123456
Copy link

No description provided.

@Jazzepi
Copy link

Jazzepi commented Jan 29, 2020

This is a style issue coming from bootstrap styles. Try adding this to your css

.modal {
  overflow: auto;
}

or you can just turn on the y axis if your modal is too long.

.modal {
   overflow-y: auto;
}

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

2 participants