Multipage Problem

Hello;

There are 2 pages in our project. 1. Page index.html second page user.html . Because index.html page is longer than user.html, index.html page elements appear on the user.html page. the page sizes (first page and second page) are the same in the multipage in the demos, there is not any problem. How can I solve this? Can I run the html link logic and the await form command at the same time?

Possible solution:
Put your content in index.html inside a DIV and when you show the secondary form, either hide this DIV or set this DIV overflow style to hidden and then back to its original setting when the secondary form is closed.

Thanks for the answer. I was already doing this.