user popovers WIP

This commit is contained in:
Henry Jameson 2022-06-13 13:45:04 +03:00
commit 7c633aa952
4 changed files with 80 additions and 47 deletions

View file

@ -44,7 +44,7 @@
.popover {
z-index: 90000;
position: absolute;
position: fixed;
min-width: 0;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
box-shadow: var(--popupShadow);