Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Safari UI fixes #3678

Merged
merged 4 commits into from
Nov 29, 2016
Merged

Safari UI fixes #3678

merged 4 commits into from
Nov 29, 2016

Conversation

jacogr
Copy link
Contributor

@jacogr jacogr commented Nov 29, 2016

@jacogr jacogr added A0-pleasereview 🤓 Pull request needs code review. M7-ui labels Nov 29, 2016
@jacogr jacogr changed the title Minimum content height for Signer overlay Safari UI fixes Nov 29, 2016
@gavofyork gavofyork added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Nov 29, 2016
@ngotchac ngotchac added A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. and removed A8-looksgood 🦄 Pull request is reviewed well. labels Nov 29, 2016
@ngotchac
Copy link
Contributor

This breaks layout in Chrome (adds an unnecessary vertical scroll bar). Don't have Safari to test though

@@ -55,6 +55,7 @@
overflow: auto;
display: flex;
background: rgba(0, 0, 0, 0.8);
min-height: 300px;
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be min-height = .expanded.max-height (300) - (.header.height + 2*.header.padding), thus around 248px

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Think it is actually because we have 2 min-heights in there somewhere. (pending container as well)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, got my macOS scrollbars to always show, one only on Chrome & Safari.

@jacogr jacogr added A0-pleasereview 🤓 Pull request needs code review. and removed A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. labels Nov 29, 2016
@ngotchac ngotchac added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Nov 29, 2016
@ngotchac ngotchac merged commit 7f1391c into master Nov 29, 2016
@ngotchac ngotchac deleted the jg-signer-overlay branch November 29, 2016 23:01
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 85.972% when pulling 97fc8b0 on jg-signer-overlay into 9115214 on master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants