Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

dialog is cropped at low resolution #3898

Merged
merged 1 commit into from
Sep 12, 2016
Merged

dialog is cropped at low resolution #3898

merged 1 commit into from
Sep 12, 2016

Conversation

jkup
Copy link
Contributor

@jkup jkup commented Sep 12, 2016

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Ran git rebase -i to squash commits (if needed).

Fix #3879

Test Plan:

Open the 'Add Funds' dialog with a very small browser window and make sure you can scroll around and interact / see all the dialog.

@bradleyrichter I tried centering it vertically and horizontally but it ends up looking really bad on small screen. I think the best approach is just to allow scrolling.

@@ -6,6 +6,7 @@

.modal {
opacity: 1;
overflow: scroll;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you always want to show a scrollbar on windows here and on mac depending on the setting. I think you want overflow: auto right?

@bbondy
Copy link
Member

bbondy commented Sep 12, 2016

Thx

@bbondy bbondy merged commit ab0cfd5 into master Sep 12, 2016
@jkup jkup deleted the dialog-cropped branch September 13, 2016 05:52
@luixxiul luixxiul added this to the 0.12.1dev milestone Sep 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants