From 5bf4b1d6b83ef84a106e759b1ce59b57d3fa2d69 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 3 May 2023 19:49:01 +0200 Subject: fix(core): Show skip content buttons on lowres displays correctly Signed-off-by: Ferdinand Thiessen --- core/css/header.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/css') diff --git a/core/css/header.scss b/core/css/header.scss index 9db8c183c8d..a457959bbc9 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -236,8 +236,10 @@ z-index: 9999; top: -999px; left: 3px; - height: 50px; padding: 11px; + display: flex; + flex-wrap: wrap; + gap: 11px; &:focus-within { top: variables.$header-height; -- cgit v1.2.3