Get the non-framed popover working initially
This commit is contained in:
parent
8e8202f8a6
commit
77abcb11a9
5 changed files with 132 additions and 165 deletions
5
templates/css/popover.css
Normal file
5
templates/css/popover.css
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.ripcrypt.popover {
|
||||
position: absolute;
|
||||
z-index: var(--z-index-tooltip);
|
||||
transform-origin: top left;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue