Skip to content

Commit

Permalink
Fix outdated inline property names for dialog element
Browse files Browse the repository at this point in the history
  • Loading branch information
sefeng211 committed May 15, 2020
1 parent 1ec26d3 commit c95e0a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Expand Up @@ -110673,7 +110673,7 @@ listing, plaintext, pre, xmp {
dialog:not([open]) { display: none; }
dialog {
position: absolute;
offset-inline-start: 0; offset-inline-end: 0;
inset-inline-start: 0; inset-inline-end: 0;
width: fit-content;
height: fit-content;
margin: auto;
Expand Down Expand Up @@ -121506,6 +121506,7 @@ INSERT INTERFACES HERE
Scott Hess,
Scott Miles,
Scott O'Hara,
Sean Feng,
Sean Fraser,
Sean Hayes,
Sean Hogan,
Expand Down

0 comments on commit c95e0a8

Please sign in to comment.