The Header in the Sidebar Instant app is cutting off the bottom of letters with a descender.
For letters qypgj the bottom of the letter is being cut off. I removed all custom CSS and tested in Firefox, Chrome and Edge. All appear to have the same problem.

The only way I have found to see all the letter is to add a bit of custom CSS
.site-header__wrapper h1.heading span {
line-height: 1.5rem;
}
