You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I put a grid inside the Solved by Flexbox Holy Grail Layout. Inside the grid is a block level image with 100% width. It works fine in all browsers except IE11. The result is a lot of space below the grid.
The issue seems to be related to flexbox and a % width. When I set a specific width in pixels there's no such issue on IE11.
I see the same issue is being discussed here: philipwalton/flexbugs#75. However there doesn't seem to be a solution when the flex grid is inside another flex grid. Setting min-height: 1px won't work.
I put a grid inside the Solved by Flexbox Holy Grail Layout. Inside the grid is a block level image with 100% width. It works fine in all browsers except IE11. The result is a lot of space below the grid.
The issue seems to be related to flexbox and a
%
width. When I set a specific width in pixels there's no such issue on IE11.I made a codepen: https://codepen.io/anon/pen/Ovgygo.
I've removed the
Navigation
andAdvertisements
sections from the Holy Grail layout to make the example clearer. I've copied all the CSS used by https://philipwalton.github.io/solved-by-flexbox/demos/holy-grail/ and only added this to the bottom:Is this a known issue? If so, is there a solution or workaround? I'm sorry if this is a duplicate.
The text was updated successfully, but these errors were encountered: