Skip to content

Commit 4030816

Browse files
authored
Update dialog.css
1 parent 4f5e68b commit 4030816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dialog.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
dialog:not([open]) { display:none; }
1111
dialog[open] ~ * { filter:blur(var(--mini_EM)); }
1212
dialog::backdrop { background-color:rgb(var(--dark) / var(--small)); cursor:not-allowed; }
13-
dialog { z-index:1000; background-color:white; border:none; max-height:calc(100% - 3em); margin:auto; }
13+
dialog { z-index:1000; background-color:white; border:none; max-height:calc(100% - 3em); margin:auto; position:absolute; top:50%; bottom:50%; }

0 commit comments

Comments
 (0)