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

Short windows cause problems with bootstrap modal plugin #440

Closed
pristinenoise opened this issue Aug 6, 2012 · 2 comments
Closed

Short windows cause problems with bootstrap modal plugin #440

pristinenoise opened this issue Aug 6, 2012 · 2 comments
Labels
Milestone

Comments

@pristinenoise
Copy link

jrochkind:
I'm talking about Bootstrap Modal's in general, not any of those particular functions, so none of those particular sub-issues are relevant. short viewport with bootstrap modal: http://www.screenr.com/c7t8

fixes:

cbeer: but or twbs/bootstrap#2130
cbeer: or twbs/bootstrap#407

@pristinenoise
Copy link
Author

So I can confirm that:
.modal {
overflow-y:auto;
max-height:90%;
margin-top:-45%;
}

solves these problems pretty well.

@cbeer cbeer closed this as completed Oct 15, 2012
@Blucreation
Copy link

.modal {
overflow-y:auto;
max-height:90%;
margin-top:-45%;
}

doesn't work on tables or phone sin landscape mode.

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

No branches or pull requests

3 participants