How to make a drop-down menu appear exactly below the bar in Material-UI?
问题 I created a drop-down menu by using Material-UI, and I found one thing annoying: I want to let my drop-down menu appear under the bar when I click it, but every time it just covers the bar (as the image below) Is there any way I can do to let the drop-down menu appear below the bar? (not covering the Your order label and the number) My codes are as below: I try to modify the anchorOrigin property and transformOrigin property but it didn't work. <Menu id="order-menu" anchorEl={anchorEl}