Within my setup, the parent component is set with overflow: 'auto'
and I am unable to alter this setting.
Meanwhile, the child component contains an iframe with its own scrolling behavior. How can I prevent the parent from scrolling while still allowing the child to scroll, in order to avoid the issue of double scrollbars?