I have angular material dialogs in my app but unlike the examples on the angular material website, the dialogs don't render in the center of the screen and a bigger issue is that they allow background scrolling. This means the user can scroll on the backdrop and the dialog can at times disappear off the viewable window.
I've seen a number of examples around ScrollStrategy but none of these have worked. Shouldn't this behaviour 'just work' ootb?
z-indexes? - D Pro