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() {