material-components-web
material-components-web copied to clipboard
[Typography] Line-height issue
Bug report
Steps to reproduce
- Go to https://material-components.github.io/material-components-web-catalog/#/component/typography
- Remove the margins on the headers
- Set the container overflow: auto
- Add a letter with a high ascender, e.g. Ü.
Actual behavior
Notice that the letter is cut off.
Expected behavior
The letter is visible
Screenshots

Possible solution
https://github.com/mui-org/material-ui/pull/18663