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

firefox + box-flex + fixed position #28

Open
cslarson opened this issue Dec 15, 2011 · 1 comment
Open

firefox + box-flex + fixed position #28

cslarson opened this issue Dec 15, 2011 · 1 comment

Comments

@cslarson
Copy link

Firefox seems to implement flex-box differently to chrome and it breaks when you use it with fixed or absolute positioning. Is there a workaround for this?

@hexalys
Copy link

hexalys commented Oct 15, 2013

Basically you need to exclude the fixed box from being a flex box, that solves it for Safari too.
philipwalton/solved-by-flexbox#14 (comment)

In addition, note the following Firefox bug with percentages: #52

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