Get the non-framed popover working initially

This commit is contained in:
Oliver-Akins 2025-03-14 16:33:58 -06:00
parent 8e8202f8a6
commit 77abcb11a9
5 changed files with 132 additions and 165 deletions

View file

@ -0,0 +1,5 @@
.ripcrypt.popover {
position: absolute;
z-index: var(--z-index-tooltip);
transform-origin: top left;
}