Two fixes here:
-
First, IE11 doesn't do 3d transforms, so we need the fallback. Luckily,
@supportsis dope as hell. -
Second, IE11 has a weird bug with
flex: 1 0 autoandmin-widthon flex items in a variable width parent container. The fix? Usewidthinstead. See https://github.com/philipwalton/flexbugs/issues/128 for details.
Fixes #22882 (closed)