🚸(LaGaufreV2) automatic positionning#260
Open
AntoLC wants to merge 1 commit into
Open
Conversation
As it is now, the LaGaufreV2 component is positioned in the bottom left corner of the trigger button. Now, depend on the position of the trigger button, the component will be positioned in the best place possible, to avoid being cut off by the viewport. We added a story to show the behavior, plus e2e tests to check the component.
NathanVss
approved these changes
Jun 26, 2026
NathanVss
left a comment
Collaborator
There was a problem hiding this comment.
Thanks for this update 🙏
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.
Purpose
La Gauffre can be positioned to the bottom left of the page (on new Docs design).

As it is now, the LaGaufreV2 component is positioned only in the bottom left corner of the trigger button, so the floating container can be out of the viewport:

Now, depend on the position of the trigger button, the component will be positioned in the best place possible, to avoid being cut off by the viewport.
We added a story to show the behavior, plus e2e tests to check the component.
Demo
Related to suitenumerique/docs#2455