Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Herb Bresnan
Herb Bresnan
10,658 Points

Overflow problem in Safari using flexbox.

I am working on a design using css flexbox. Content in one of the flex items is overflowing in Safari (only). It is working fine in IE, Chrome, FF, and O. Does anyone know of a workaround for this? Should I just go back on the grid? On Codepen: http://codepen.io/brezz/pen/raGayE

PLEASE IGNORE THE COLOR PALLETTE. I'm trying to talk the client out of it. It is very annoying! I am also using modernizr, but did not include it in the pen.

Thank you for any help/suggestions.

Herb

2 Answers

Is that row intentional in the .man div on lower viewports ?

Herb Bresnan
Herb Bresnan
10,658 Points

Yes, and I did not mention there are 2 stylesheets here. The first is the flexbox.css and it ends at the media query. The style.css follows.