I've received the problem via max-width: max-content; for the container.
max-width: max-content;
.container { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; max-width: max-content; gap: 10px; } .column { // any props }