I've been stuck for over a week now and couldn't find any proper solution or explanation on this topic.
I have this flexbox-based horizontal scroll carousel here: https://codevelop.at/flexbox/single.php
It works as expected in Chrome with the correct space (margins) in between. If you call the same URL in Firefox, it gives me these wide margins. It is due to height: 100%
on the <section>
tags within the main tag. If I remove that, it works, but then the images are not resized correctly.
Any ideas? Thanks in advance
Chrome (as intended):
Firefox (where I am stuck):