Currently, the mui popover modifies the body tag with overflow: hidden and padding-right: 17px on Windows, to compensate for the scrollbar. This can be disable with: disableScrollLock. Since we use a backdrop that prevents interactions, there should not be any side-effects that I can think of.
Currently, the mui popover modifies the body tag with
overflow: hidden
andpadding-right: 17px
on Windows, to compensate for the scrollbar. This can be disable with:disableScrollLock
. Since we use a backdrop that prevents interactions, there should not be any side-effects that I can think of.