You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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 hasbottom: 0
set which is impacting the style:The text was updated successfully, but these errors were encountered: