From 00577d31738e6afc56a76c7afec1e40f875f31fa Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 11 Jan 2023 08:25:48 +0100 Subject: [PATCH] wait #5673 @0.5 --- style/accessibility.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style/accessibility.less b/style/accessibility.less index 418d031b..796a34c0 100644 --- a/style/accessibility.less +++ b/style/accessibility.less @@ -20,6 +20,16 @@ cursor: pointer; transform-origin: 0% 0; + .mobilefirst & { + z-index: 21; + } + + .mobilefirst.menu-burger & { + left: ~"calc(50% - 26px) !important"; + top: 3px !important; + bottom: auto !important; + } + &.right { right: 0; transform-origin: 100% 0; -- 2.39.5