From b8e7881da91e6ff9fdeb774de7859423efbc3fb5 Mon Sep 17 00:00:00 2001 From: LC Date: Thu, 26 Oct 2023 00:52:30 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20du=20d=C3=A9calage=20du=20menu=20?= =?UTF-8?q?sticky=20de=2045px=20vers=20le=20bas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/layout/mediaqueries.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/core/layout/mediaqueries.css b/core/layout/mediaqueries.css index d54f939..8e5914e 100644 --- a/core/layout/mediaqueries.css +++ b/core/layout/mediaqueries.css @@ -33,16 +33,11 @@ padding-bottom: 5px; } /* Barre de navigation fixe quand le menu est en-dehors du site et fixe*/ - #navfixedlogout { + #navfixedlogout, #navfixedconnected { position: sticky; top: 0; z-index: 10; } - #navfixedconnected { - top: 45px; - z-index: 10; - position: sticky; - } nav .iconSubExistLargeScreen{ display:inline; margin-left :5px;