TIL: It is not possible to use overflow-x: scroll and overflow-y: visible at the same time
On several browsers, using the visible value for the overflow-x or overflow-y properties will not behave as expected as soon as you specify any other value than visible for the other overflow property. In such cases, the visible is silently overridde...
camillebriand.hashnode.dev1 min read