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

Extend Modal to support in small viewports #163

Merged

Conversation

jugglinmike
Copy link
Contributor

Improve support for modal dialog boxes in small (e.g. mobile) viewports:

  • Ensure that dialogs never extend beyond the left-most and right-most
    boundaries of the viewport
  • Enable vertical scrolling in cases where the dialogs' content extend
    beyond the bottom of the viewport
  • Reposition the "dismiss" button to fall within the dialog's content
    area

@cbujara As we discussed on today's call, this partially addresses gh-143, specifically:

unable to resize/close instructions displayed on launch.

...but more work is necessary before we can call the "Supply and Demand of Cocoa" application "mobile friendly".

Improve support for modal dialog boxes in small (e.g. mobile) viewports:

- Ensure that dialogs never extend beyond the left-most and right-most
  boundaries of the viewport
- Enable vertical scrolling in cases where the dialogs' content extend
  beyond the bottom of the viewport
- Reposition the "dismiss" button to fall within the dialog's content
  area
cbujara added a commit that referenced this pull request Dec 22, 2015
Extend Modal to support in small viewports
@cbujara cbujara merged commit 40e10df into councilforeconed:bocoup-2015 Dec 22, 2015
@cbujara
Copy link
Member

cbujara commented Dec 22, 2015

Nice! Thanks for squeezing this one in, Mike.

@jugglinmike
Copy link
Contributor Author

Sure thing!

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

Successfully merging this pull request may close these issues.

2 participants