The issue lies within the "container main" div, where overflow-y is applied. As the height of the <form>
increases and the overflow starts to take effect in the "container div", it causes the top part of the form to be hidden and inaccessible
This behavior seems abnormal to me, as I have spent several hours trying to solve this problem without success, especially when attempting to keep the form centered using flexbox in the "container main"
.form-background {
position: fixed;
left: 0;
top: 0;
width: 100%;
...
...
... more CSS code here ...
...
</footer>
</section>