Re: Flex issue in Firefox Beta

2014-11-05 Thread Daniel Holbert
This is known/expected fallout from a spec change. See https://bugzilla.mozilla.org/show_bug.cgi?id=1043520 for other trouble that it's caused. :-/ tl;dr: you need to set "min-height:0" on the 'section' to get the behavior you want. Here's the fixed version: http://jsfiddle.net/vyhf2rzL/2/ Basic

Flex issue in Firefox Beta

2014-11-05 Thread sendwithchibo
Hi, The following jsFiddle shows inconsistency between FF versions 33 and 34. In version 34, the content is not scrollable. In 33 it is. http://jsfiddle.net/vyhf2rzL/1/ Is this a bug in FF 34? ___ dev-platform mailing list dev-platform@lists.mozilla.or