i want to make grid in a div and overflow code example
Example: css prevent grid blowout
.foo {
display: grid;
grid-template-columns: auto minmax(0,1fr);
}
.foo {
display: grid;
grid-template-columns: auto minmax(0,1fr);
}