• Don’t ask me why this is a thing, but since removing the minmax minimum value of 0px on the section level grid-template-columns value after version 1.3.0, I’m experiencing grid blowouts on areas with undefined widths (eg, a carousel or flex item). See https://css-tricks.com/preventing-a-grid-blowout/ for an explanation. I solved this by adding a min-width: 0px; to the .grids-area selector, but I think it’s better added to the section selector in grid-template-columns.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Simone Maranzana

    (@simo_m)

    Hi there,

    thanks for pointing out!
    In the next update we will define the grid declaration with the minmax(0,1fr) dimension, so this should fix your issue.

    Thanks again for your feedback.

    Regards,

    Simone

Viewing 1 replies (of 1 total)
  • The topic ‘Grid Blowout on version 1.3.0 >=’ is closed to new replies.