CSS stop children overflowing parent in grid scroll – Html
I have a root container that is 100% width and height. The root container is overflow-x:scroll. Inside the root container is another container which has n number of fixed width elements. The container is display:grid with grid-auto-flow:column The problem I…