File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ import {FRONTEND_PATHS} from "@/constants/environment"
1414export default function AppHeader ( ) {
1515 return (
1616 < HeaderWithLogo >
17+ < a
18+ href = "#main-content"
19+ className = "nhsuk-skip-link"
20+ data-testid = "eps_header_skipLink"
21+ >
22+ Skip to main content
23+ </ a >
1724 < HeaderWithLogo . Logo href = "/" />
1825 < HeaderWithLogo . ServiceName href = "/" >
1926 Prescription Tracker (Pilot)
Original file line number Diff line number Diff line change 11/* stylelint-disable selector-max-id */
22/* stylelint-disable declaration-no-important */
33
4-
54.nhsuk-mobile-menu-container {
65 display : block ;
76}
109 visibility : visible ;
1110}
1211
13- .nhsuk-skip-link :focus {
14- z-index : 1000 ;
15- }
16-
1712.masthead-container {
1813 // max-width: 100%;
1914 flex-grow : 1 ;
You can’t perform that action at this time.
0 commit comments