I am working on a project with a fixed container (div#popup) that has some CSS styling. The container is set to position:fixed, with specific dimensions, border radius, and background color.
Within this fixed container, there is a form element that I am having trouble centering. Despite trying to use margin: auto in the CSS, the form still sticks to the top of the container rather than being centered.
I'm sure there is a straightforward solution to this issue, but I can't seem to figure it out. Any advice or suggestions would be greatly appreciated. Thank you!