Show skip navigation links above everything, also on narrow screens
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
98adee5579
commit
a21be0ad97
|
@ -571,7 +571,7 @@ nav[role='navigation'] {
|
|||
padding: 11px;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
z-index: 1000;
|
||||
z-index: 9999;
|
||||
top: -999px;
|
||||
left: 3px;
|
||||
/* Force primary color, otherwise too light focused color */
|
||||
|
|
Loading…
Reference in New Issue