diff --git a/core/layout/mediaqueries.css b/core/layout/mediaqueries.css index 8e5914e..3942589 100644 --- a/core/layout/mediaqueries.css +++ b/core/layout/mediaqueries.css @@ -33,11 +33,20 @@ padding-bottom: 5px; } /* Barre de navigation fixe quand le menu est en-dehors du site et fixe*/ - #navfixedlogout, #navfixedconnected { + #navfixedlogout { position: sticky; top: 0; z-index: 10; } + #navfixedconnected { + top: 45px; + z-index: 10; + position: sticky; + } + #navfixedconnected .navSub, + #navfixedlogout .navSub { + pointer-events: none; + } nav .iconSubExistLargeScreen{ display:inline; margin-left :5px;