web/PopoverContainer: fix popover z-index

This commit is contained in:
wukko 2025-01-08 17:55:50 +06:00
parent a6069f406f
commit 4b5fd1cda0
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -39,6 +39,7 @@
padding: var(--padding);
gap: 6px;
top: 6px;
z-index: 2;
opacity: 0;
transform: scale(0);