From a21be0ad97131b2d9f6cdc1affb2863e9760fa5c Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 17 Jul 2018 12:55:54 +0200 Subject: [PATCH] Show skip navigation links above everything, also on narrow screens Signed-off-by: Jan-Christoph Borchardt --- core/css/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/header.scss b/core/css/header.scss index 349b36ed516..3693dcecb8b 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -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 */