Using the provided fixed class in Chrome no longer centers the dialog in the middle of the page in Chrome. I think it is due to a change in style for dialog elements in Chrome.
Here is an example page and a screenshot using Chrome 90 and Firefox 88.
Chrome 90:

Firefox 88:

It looks like the dialog:-internal-modal pseudoelement has bottom: 0 set which is impacting the style:

Using the provided
fixedclass in Chrome no longer centers the dialog in the middle of the page in Chrome. I think it is due to a change in style for dialog elements in Chrome.Here is an example page and a screenshot using Chrome 90 and Firefox 88.
Chrome 90:
Firefox 88:
It looks like the

dialog:-internal-modalpseudoelement hasbottom: 0set which is impacting the style: