Skip to content

Managing Overflow

Let's suppose that we have a grid child that will hold a list of images. On smaller screens, we want to add a horizontal scrollbar:

When we implement it, however, our overflow: auto appears not to work:

Code Playground

Result