⚓️ New Article: Overflow bug with .visually-hidden class
Yesterday, I ran into a weird bug in Chrome and Webkit (but not Firefox) using the .visually-hidden class inside an element that had overflow set to anything other than auto.
The visually hidden elements would create a gap at the end of the overflow element, compounding the more of them there were.
I wanted to document the details of the bug, and how I fixed it, because I’m sure I’ll run into this again.