I would like to fix the mui Popper in the same position on the screen, always 10px from the left and 50px from the top, regardless of where its parent Element lands. I have tried what seems like everything, playing with popperOptions
modifiers
and placement
but no luck. Has anyone been able to fix their Popper?
<Popper
id="suggestion-dropdown"
{...props}
popperOptions={{ placement: "fixed" }}
/>