I was reading an article about the CSS Almanac refresh on css-tricks so I went to check out the page and noticed something odd.
There are scrollbars around the jump menu. They originally were just on the menu itself. I commented on it and the author moved the overflow to the container which is where it stands now.
What I’m trying to figure out is why there is overflow. The menu is well under the size of the container, and there are no fixed widths there I can see…removing the overflow:scroll displays the menu just fine until the viewport hits 900px where there’s a overflow, but even that should just be in the X direction.
Inquiring minds want to know…