ripcrypt/templates/css/popover.css
2025-03-14 16:33:58 -06:00

5 lines
106 B
CSS

.ripcrypt.popover {
position: absolute;
z-index: var(--z-index-tooltip);
transform-origin: top left;
}