From f3247e20aa6b5a727c31223905455a36961346c0 Mon Sep 17 00:00:00 2001 From: David Ichim Date: Mon, 18 Dec 2023 16:06:57 +0200 Subject: [PATCH] fix(position): of Volto go to section skiplinks --- src/less/stagingBanner.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/less/stagingBanner.less b/src/less/stagingBanner.less index fd8c977..b800e56 100644 --- a/src/less/stagingBanner.less +++ b/src/less/stagingBanner.less @@ -34,5 +34,9 @@ a.skiplink { position: absolute !important; top: -100px !important; + + &:focus { + top: 10px !important; + } } }