blob: e1d3e43dccc251cbe172d5d4f78a93c139a160c2 [file] [log] [blame]
.fake-pop-up {
position: fixed;
inset-inline-start: 0;
inset-inline-end: 0;
inset-block-start: 0;
inset-block-end: 0;
width: fit-content;
height: fit-content;
margin: auto;
border: solid;
overflow: auto;
color: CanvasText;
background-color: Canvas;
}
.fake-pop-up-backdrop {
position: fixed;
top:0; right:0; bottom:0; left:0;
pointer-events: none !important;
}