I am using Material ui autocomplete in my React app.
With the PopperComponent prop and some custom css styling I made the popper full-width and fill the height of the screen on mobile.
How do I prevent the a certain HTML <section> tag from scrolling while autocomplete popper is open?
Can't you just give him some className and apply the style on it?