css position absolute making the textbox go down
Solution 1:
The parent element of the .MuiPopover-paper-1706
should have position: relative
CSS attribute. If it doesn't then the element with position: absolute
will be positioned relatively to the nearest parent with relative positioning.