blob: df683c3c64f4de11c49c14b9dc53cc4165dff4a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.fake-popover {
position: fixed;
inset: 0;
width: fit-content;
height: fit-content;
margin: auto;
border: solid;
padding: 0.25em;
overflow: auto;
color: CanvasText;
background-color: Canvas;
}
.fake-popover-backdrop {
position: fixed;
inset:0;
pointer-events: none !important;
}
|