Whole page
Sticky bar can hide the keyboard focus
WCAG 2.2 success criterion 2.4.11 Focus Not Obscured (Minimum) (Level AA)
- WCAG 2.2
- 2.4.11 Focus Not Obscured (Minimum)
- Level
- AA
- Default severity
- Needs review
- Available in
- Free
Why it matters
Sticky headers, cookie banners and chat bars stay on screen while the page scrolls. When a keyboard user tabs to a link, the browser scrolls it just into view — and it can land right underneath the sticky bar, so they cannot see where they are. WCAG 2.2 asks that the focused item is never completely hidden.
Who it affects: Keyboard, screen reader and low-vision users — every visitor meets the page title, language, landmarks, keyboard focus, target sizes and zoom settings on every page.
What Lumtera flags
Checked in review mode's Whole page tab. It finds fixed and sticky bars at the top or bottom of the screen, then works out, for a sample of up to 80 links and controls, where the browser would scroll each one when it receives keyboard focus. A bar is reported when a sampled item could end up completely behind it. Nothing on the page is actually focused or scrolled, so confirm the result by tabbing through the page.
How to fix it in WordPress
Add scroll-padding-top (or scroll-padding-bottom for bars at the bottom) to the html element in your theme's CSS (Appearance → Customize → Additional CSS, or the Site Editor's Styles), set to the bar's height plus a little, so the browser keeps focused items clear of the bar. For cookie notices and chat widgets, make sure they can be dismissed and do not cover content while open. To confirm, press Tab and Shift+Tab through the page in Firefox or Safari, which scroll focused items only just into view.
Example
.site-header { position: sticky; top: 0; height: 72px; }
html { scroll-padding-top: 80px; }
.site-header { position: sticky; top: 0; height: 72px; }
How to check your fix
- Reload the page in review mode and run the Whole page tab again. The finding disappears once the rendered page passes.
- Load the page and press Tab: a "Skip to content" link should appear first, and you should always see where focus is, even under a sticky header. Pinch-zoom on a phone, and check the browser tab shows a meaningful title.
Check your pages with Lumtera
This check is free. Open any post, choose Accessibility in the admin bar, then the Whole page tab: Lumtera checks the page as your browser renders it, theme, menus and footer included, one page at a time.
Related checks
-
WCAG 2.4.2 · AError
Page title is missing or generic
-
WCAG 3.1.1 · AError
Page language is missing or invalid
-
WCAG 1.3.1 · ANeeds review
Page headings are missing an H1 or skip levels
-
WCAG 1.3.1 · ANeeds review
Page landmarks are missing or share a name
-
WCAG 2.4.1 · ANeeds review
No working way to skip to the main content
-
WCAG 1.4.4 · AAError
Zooming is disabled
Start with the free plugin today
All 64 checks, the editor sidebar, Elementor panel and site report — free, with no account and no page limits.