The page pop-up drop-down box will affect the entire page height, what is the reason?

when the drop-down button is clicked, the page will follow
the middle code of the drop-down box is:
padding: 10px 0;
overflow-y: auto;
max-height: 413px;

Jul.06,2021

the drop-down box should be absolutely positioned to the appropriate position. Visually, you are not absolutely positioned

Menu