From aa2544e79f96043a51f038170e4cce4b893ba784 Mon Sep 17 00:00:00 2001 From: Zatalyz Date: Wed, 6 Oct 2021 14:00:07 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20:=20le=20menu=20reste=20=C3=A0?= =?UTF-8?q?=20pr=C3=A9sent=20accessible=20m=C3=AAme=20en=20scrollant=20(st?= =?UTF-8?q?icky=20proprement=20configur=C3=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/tools.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/tools.less b/css/tools.less index 849f18e..a2a905e 100644 --- a/css/tools.less +++ b/css/tools.less @@ -11,6 +11,8 @@ So, navbar too, and breadcrumbs. flex-direction: column; margin-top: 3.5em; font-size: .875em; + position: sticky; + top: 1em; } .bartool {