From 68feab0ce37b9812851ffe06af2329957cd1a54c Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 21 Jan 2026 00:55:09 +0100 Subject: [PATCH] enfin le focus --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b2f3aa3..f1acfe9 100644 --- a/index.html +++ b/index.html @@ -167,7 +167,7 @@ question.onkeydown = function(e) { question.onfocus = function() { window.onresize(); - formulaire.scrollIntoView({ block: 'end', behavior: 'smooth' }); + formulaire.scrollIntoView({ block: 'start', behavior: 'smooth' }); }; question.onblur = function() {