fix double scroll - #677
Open
TheoLechemia wants to merge 1 commit into
Open
Conversation
TheoLechemia
force-pushed
the
fix/double_scroll
branch
from
August 25, 2026 09:33
d45aafe to
e07e22f
Compare
TheoLechemia
force-pushed
the
fix/double_scroll
branch
from
August 25, 2026 10:06
e07e22f to
d9ed87a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pr pour fixer le double scroll sur le composant form.

Ce double scroll était causé par la volonté (je pense) de garder visible les boutons (annuler + valider) et le bouton "enchainer les saisies", meme si le formulaire est long.
En mettant ces deux élément en "sticky", il reste visible tout le temps, en seuperposant au flux du dessous :
si le sticky ne plait pas, on peut aussi juste faire un seul "flux", mais on perd la visibilité des boutons en tout temps
Edit : pour des question de cohérence avec les autres interface de GN, j'ai enlevé le sticky sur les boutons du bas