downshiftorg / prophoto7-issues

A current roadmap and bug tracking for ProPhoto 7
1 stars 0 forks source link

Column height too tall in Internet Explorer 11 #794

Open postmastersteve opened 4 years ago

postmastersteve commented 4 years ago

IE 11 has several well-documented bugs relating to flexbox. This is a great resource:

https://github.com/philipwalton/flexbugs

ProPhoto 7 sites can exhibit height problems with columns. One customer site was able to be improved by applying this CSS across the entire design: (may cause other problems!)

.pp-column__inner { display: block; }
postmastersteve commented 4 years ago

+1 Kellie Hetler ticket 201098