overflow hidden not working on grid layout small screen 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);
}