From 0eb407f5e353519a78220d3c5fd57005e8bc6fbe Mon Sep 17 00:00:00 2001 From: Iziram Date: Wed, 14 Aug 2024 11:14:14 +0200 Subject: [PATCH] fix bug menu liens + debug fix bug scroll --- app/templates/formsemestre/menu.j2 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/templates/formsemestre/menu.j2 b/app/templates/formsemestre/menu.j2 index b1e0a3e1d..792957ada 100644 --- a/app/templates/formsemestre/menu.j2 +++ b/app/templates/formsemestre/menu.j2 @@ -21,11 +21,6 @@ box-sizing: border-box; } - html{ - scroll-behavior: smooth; - overflow: hidden; - } - .no-scroll { overflow: hidden !important; margin: 0 !important; @@ -441,7 +436,8 @@ {{dropdown(item.title, item.submenu)}} {% else %} {% set args = item.args or dict() %} -