When `justify-content: space-evenly;` overflows, the items overflow from a `justify-content: centered;` position and you cannot scroll to reveal the overflow on the left.
This CodePen is an excerpt from this article explaining how to fix it in 100% CSS.
Based on a useful Space Toggle created by Bramus in this article.