I have an application where I have a normal menu at the top of the page, and just below it a form, where this form has to be fixed, in a way that when I scroll the page down, that form is at the top of the page , and the rest of the page runs behind him.
My problem is to leave this form the way I need it. I put the property position: fixed
, it stays fixed, but either on top of the menu, or totally imprisoned on the screen, and also because I'm going to use this same application on my phone, I'm kind of lost in how to do it.