Skip to content

Fix signup form layout issue

Created by: google-labs-jules[bot]

This change fixes a CSS issue in the signup form where the top of the form was not visible on some screen sizes. The overflow: hidden and justify-content: center properties were causing the content to be cut off. This has been resolved by changing the overflow to auto and adjusting the padding to ensure the entire form is visible and scrollable.


PR created automatically by Jules for task 6653935477001864045 started by @Edouard-Legoupil

Merge request reports

Loading