How is the antd select drop-down area fixed in the fixed container?

as shown in the figure below, there is a scroll bar on the page, and at the bottom is a block positioned by fixed, in which a select control of antd is placed. But when the page scrolls, the selection box pulled down by select scrolls along with the page. How can it be fixed at the bottom like a fixed container?
tried getPopupContainer= {() = > {document.getElementsByClassName ("fixed") [0]}} but it didn"t work.

clipboard.png

Mar.26,2021

has not used this component library, but I just went to their sample page and added position: fixed to the pop layer.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3fa6e-2b1f2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3fa6e-2b1f2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?