Overflow

Used for elements that can scroll left and right usually on mobile. Eventually we could add a variation for the white blurred edge.

.has-overflow-x
Allows an element to scroll horizontally if it becomes wider than the viewport
<div class="has-overflow-x has-bg-gray-light has-padding" style="width:600px;height:150px">Scroll right on mobile</div>
This class isn't referenced anywhere