RuleSets of AccessMonitor - the validator of web accessibility practices
The “Inappropriate Zoomed Text Visibility Check” evaluates whether any elements using CSS overflow properties (e.g., hidden, scroll, auto) do not cause essential text to be clipped or hidden when the page is zoomed up to 200%.
I found 1 text node with a CSS overflow
property that might prevent a user from seeing the text when the page is zoomed.
To address inappropriate text visibility on zoom:
overflow
: hidden
on containers with readable content, especially when widths/heights are fixed.