popover-styles.css (346B)
1 .fake-popover { 2 position: fixed; 3 inset: 0; 4 width: fit-content; 5 height: fit-content; 6 margin: auto; 7 border: solid; 8 padding: 0.25em; 9 overflow: auto; 10 color: CanvasText; 11 background-color: Canvas; 12 } 13 .fake-popover[anchor] { 14 inset: auto; 15 } 16 .fake-popover-backdrop { 17 position: fixed; 18 inset:0; 19 pointer-events: none !important; 20 }