
The `overflow: hidden` was cutting off the font descenders, and `overflow-x: hidden` doesn't work since it causes the `overflow-y` to change to "auto" which causes vertical scrolling.
The `overflow: hidden` was cutting off the font descenders, and `overflow-x: hidden` doesn't work since it causes the `overflow-y` to change to "auto" which causes vertical scrolling.