← Back to all categories

Target Page

100%

Page Preview

Detection Results

Load a page above, choose a font scale, and click Scan or Full Audit to detect issues.

How Detection Works

This tool simulates what happens when a user changes their browser's default font size (Chrome → Settings → Appearance → Font Size). It modifies the root font-size percentage, which changes the computed value of rem and em units while leaving px values fixed. This reveals where fixed-size containers collide with scaled text.

CheckMethodWhat it catches
Horizontal overflowscrollWidth > clientWidthText wider than its container
Vertical overflowscrollHeight > clientHeightText taller than its container
Content clippedoverflow:hidden + scroll mismatchText hidden with no scrollbar — user loses content
Viewport overrungetBoundingClientRect() vs clientWidthElements pushed off-screen
Input overflowCanvas measureText() vs input paddingText invisible inside form fields
Fractional bordersborderWidth < 1pxSub-pixel borders that may blur-sm
Sibling overlapBounding rect intersectionScaled elements colliding with neighbors