blob: e96969f47585081cb95a751195981d324381e4a2 [file] [log] [blame]
.pseudodialog {
position: absolute;
left: 0; right: 0;
width: -webkit-fit-content;
height: -webkit-fit-content;
margin: auto;
border: solid;
padding: 1em;
background: white;
color: black;
}