Make WordPress Core

Changeset 59992


Ignore:
Timestamp:
03/16/2025 10:47:49 PM (5 weeks ago)
Author:
joedolson
Message:

Editor: A11y: Skip link hidden in editor on medium-small screens.

Adjust the position of the skip link in viewports between 600 and 782 pixels, where they were hidden due to overflow-y: auto in the block editor. Ensures that the skip link is visibly available for users on all viewport sizes.

Props sabernhardt, narenin, audrasjb, mukesh27, joedolson, wildworks.
Fixes #63084.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r59879 r59992  
    39093909    }
    39103910
     3911    .block-editor-page .screen-reader-shortcut:focus {
     3912        top: 7px;
     3913    }
     3914
    39113915    body {
    39123916        min-width: 240px;
Note: See TracChangeset for help on using the changeset viewer.