Prevent UI jump when expanding flyout menu
What does this MR do and why?
Prevent UI jump when expanding flyout menu
This fixes an edge-case where expanding a flyout menu could cause the page content to grow unexpectedly.
We are:
- Adding a boundary to the
shiftmiddleware. - Removing the
flipmiddleware which isn't needed in this context.
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.