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

"about" window is half off the screen on Mac Firefox #1

Closed
iangilman opened this issue Nov 11, 2017 · 2 comments
Closed

"about" window is half off the screen on Mac Firefox #1

iangilman opened this issue Nov 11, 2017 · 2 comments

Comments

@iangilman
Copy link
Contributor

I see that it's centered on Chrome, but in Firefox it's half off the left side. Looks like specifying a left for .about .content can fix it…

@anvaka
Copy link
Owner

anvaka commented Nov 13, 2017

Thank you for reporting this.

It is puzzling to me, as if I try to resize a browser’s window just a little bit, then the about box is centered... I must be missing something

@iangilman
Copy link
Contributor Author

Indeed, it is a weird one! I see the same results you do.

I think the root of the issue is that you're using position: absolute inside your flex container. I guess that combination isn't well covered in the spec, so Chrome and Firefox handle it differently.

I've made a pull request (#4) with a proposed fix.

@anvaka anvaka closed this as completed in #4 Nov 15, 2017
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