Open rebornix opened 7 years ago
The content is shown perfectly in Chrome while in Safari, #3
height is 0
. But if I do one of following
#1
height: 100%
on #2
overflow:hidden
on #3
disaplay:flex
on #1
or #2
then the height of all elements are calculated correctly in Safari.
Can you create a CodePen demo? When I load your HTML I don't see the issue.
I have following simple HTML snippet which has different result in Chrome and Safari