enfin le focus

This commit is contained in:
2026-01-21 00:55:09 +01:00
parent 51f0f21a6d
commit 68feab0ce3

View File

@@ -167,7 +167,7 @@ question.onkeydown = function(e) {
question.onfocus = function() { question.onfocus = function() {
window.onresize(); window.onresize();
formulaire.scrollIntoView({ block: 'end', behavior: 'smooth' }); formulaire.scrollIntoView({ block: 'start', behavior: 'smooth' });
}; };
question.onblur = function() { question.onblur = function() {