SlickSlider flexbox

Slick Slider in Felxbox Fix

I love Slick Slider, I love Flexbox, but they do not love each other. Thats okay, with simple CSS, we can make them love each other. .your-container, .your-container * { min-height: 0; min-width: 0; } Have a container around your slider inside of your flexbox and you should be all set. I got this fix […]